forked from NVIDIA/GenerativeAIExamples
-
Notifications
You must be signed in to change notification settings - Fork 0
update rag app to work with openai #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
Draft
akashg3627
wants to merge
25
commits into
main
Choose a base branch
from
update-rag-app
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
69bd932
update rag app to work with openai
akashg3627 51e0807
uses llm gateway with langchain
mamonalsalihy 482f1b1
change docker configuration and dependencies to nvidia; call localhos…
mamonalsalihy ae1e152
fixing file path issue
mamonalsalihy 5f8f226
entrypoint filepath
mamonalsalihy 90636fc
python intrepreter directly
mamonalsalihy def05ab
changing api key name; openailike import
mamonalsalihy 2db025e
reverting pynotebook
mamonalsalihy 921c1bc
reverting dockerfile entrypoint command
mamonalsalihy 752445e
removing pythonpath entrypoint
mamonalsalihy e406c99
Update requirements.txt
akashg3627 2cabf55
TypeError in Gradio client utils when accessing converse page
mamonalsalihy 11cdfc3
package update;
mamonalsalihy 2558422
pydantic;gradio versioning fix
mamonalsalihy 2a4adc0
fix rerank
akashg3627 62e451b
update
akashg3627 1c1ca56
update
akashg3627 0f026bb
update
akashg3627 00c50f9
update
akashg3627 dfdc7da
fix
akashg3627 e6cbe78
update
akashg3627 7336f61
fix
akashg3627 a987da3
fix
akashg3627 e08ea6f
update
akashg3627 2acff76
update
akashg3627 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
PyYAML==6.0.1 | ||
dataclass-wizard==0.22.3 | ||
gradio==4.43.0 | ||
gradio==4.44.1 | ||
jinja2==3.1.3 | ||
numpy==1.26.4 | ||
opentelemetry-api==1.23.0 | ||
opentelemetry-exporter-otlp-proto-grpc==1.23.0 | ||
opentelemetry-sdk==1.23.0 | ||
protobuf==4.25.3 | ||
pycountry==23.12.11 | ||
pydantic==2.10.6 | ||
tritonclient[all]==2.43.0 | ||
uvicorn==0.27.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.