This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
marx
/
llama-recipes
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
original commit for PR
Chester Hu
1 ano atrás
pai
3b77a270a8
commit
5cea990a5c
5 arquivos alterados
com
637 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
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
Diferenças do arquivo suprimidas por serem muito extensas
+ 631
- 0
demo_apps/RAG_Chatbot_example/RAG_Chatbot_Example.ipynb
BIN
demo_apps/RAG_Chatbot_example/data/Llama Getting Started Guide.pdf
Ver arquivo
+ 6
- 0
demo_apps/RAG_Chatbot_example/requirements.txt
Ver arquivo
@@ -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 arquivo
BIN
demo_apps/RAG_Chatbot_example/vectorstore/db_faiss/index.pkl
Ver arquivo