Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
diptanu committed Aug 16, 2024
1 parent 2608f78 commit 5acb82a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion examples/pdf/indexing_and_rag/upload_and_retrieve.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from indexify.data_loaders import LocalDirectoryLoader
import os, requests
from openai import OpenAI
import tempfile

client = IndexifyClient()

Expand Down
2 changes: 1 addition & 1 deletion examples/pdf/indexing_and_rag/upload_and_retrieve_mm.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import requests
from openai import OpenAI
import base64
import tempfile
import os

client = IndexifyClient()
client_openai = OpenAI()
Expand Down

0 comments on commit 5acb82a

Please sign in to comment.