This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
marx
/
llama-recipes
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Browse Source
original commit for PR
Chester Hu
1 year atrás
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
Ver Ficheiro
+ 6
- 0
demo_apps/RAG_Chatbot_example/requirements.txt
Ver Ficheiro
@@ -0,0 +1,6 @@
+gradio
+pypdf
+langchain
+sentence-transformers
+faiss-cpu
+text-generation
BIN
demo_apps/RAG_Chatbot_example/vectorstore/db_faiss/index.faiss
Ver Ficheiro
BIN
demo_apps/RAG_Chatbot_example/vectorstore/db_faiss/index.pkl
Ver Ficheiro