Skip to content

Image Understanding with RAG Cookbook #1838

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 19, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ dmypy.json
*.DS_Store
tmp_*
examples/fine-tuned_qa/local_cache/*
examples/multimodal/.local_cache/*

# PyCharm files
.idea/
Expand Down
5 changes: 5 additions & 0 deletions authors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# You can optionally customize how your information shows up cookbook.openai.com over here.
# If your information is not present here, it will be pulled from your GitHub profile.

robert-tinn:
name: "Robert Tinn"
website: "https://www.linkedin.com/in/robert-tinn/"
avatar: "https://avatars.githubusercontent.com/u/208724428?v=4"

minh-hoque:
name: "Minhajul Hoque"
website: "https://www.linkedin.com/in/minhajul-hoque-83242b163/"
Expand Down
Loading