This website works better with JavaScript
Home
Explore
Help
Register
Sign In
marx
/
llama-recipes
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
original commit for PR
Chester Hu
1 year ago
parent
3b77a270a8
commit
5cea990a5c
5 changed files
with
637 additions
and
0 deletions
Split View
Show Diff Stats
631
0
demo_apps/RAG_Chatbot_example/RAG_Chatbot_Example.ipynb
BIN
demo_apps/RAG_Chatbot_example/data/Llama Getting Started Guide.pdf
6
0
demo_apps/RAG_Chatbot_example/requirements.txt
BIN
demo_apps/RAG_Chatbot_example/vectorstore/db_faiss/index.faiss
BIN
demo_apps/RAG_Chatbot_example/vectorstore/db_faiss/index.pkl
File diff suppressed because it is too large
+ 631
- 0
demo_apps/RAG_Chatbot_example/RAG_Chatbot_Example.ipynb
BIN
demo_apps/RAG_Chatbot_example/data/Llama Getting Started Guide.pdf
View File
+ 6
- 0
demo_apps/RAG_Chatbot_example/requirements.txt
View File
@@ -0,0 +1,6 @@
+gradio
+pypdf
+langchain
+sentence-transformers
+faiss-cpu
+text-generation
BIN
demo_apps/RAG_Chatbot_example/vectorstore/db_faiss/index.faiss
View File
BIN
demo_apps/RAG_Chatbot_example/vectorstore/db_faiss/index.pkl
View File