-
Notifications
You must be signed in to change notification settings - Fork 0
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
ArangoDB: Dataprep #12
base: arangodb
Are you sure you want to change the base?
Conversation
fastapi | ||
huggingface_hub | ||
langchain | ||
git+https://github.com/arangoml/langchain.git@arangodb#subdirectory=libs/community |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
highlighting
This reverts commit 8f750e4.
if OPENAI_API_KEY: | ||
# Use OpenAI embeddings | ||
embeddings = OpenAIEmbeddings( | ||
model="text-embedding-3-small", # TODO: Parameterize |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left these TODO
comments, we'll need to find a balance between parameterizing them as Environment Variables v.s parameterizing them via API calls
Depends on: