-
Notifications
You must be signed in to change notification settings - Fork 0
Terry/qa template #2
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
Conversation
LLAMA_CLOUD_PROJECT_ID, | ||
) | ||
|
||
load_dotenv() |
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.
what's this for? Doesn't really hurt, but this is automatically handled by llama deploy
[tool.llamadeploy]
env-files = [".env"]
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.
OPENAI_API_KEY somehow not able to be passed. That's why I add it back
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.
return { | ||
file_id: files[0].fileId, | ||
index_name: fieldValues.index_name, | ||
index_name: INDEX_NAME, |
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.
shouldn't this just entirely be managed on the server? I don't see a reason it needs to be parameterized
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.
Just want to be as less change as possible to ship...
No description provided.