This website works better with JavaScript
首頁
探索
說明
註冊
登入
marx
/
llama-recipes
關註
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
瀏覽代碼
original commit for PR
Chester Hu
1 年之前
父節點
3b77a270a8
當前提交
5cea990a5c
共有
5 個文件被更改
,包括
637 次插入
和
0 次删除
分割檢視
顯示文件統計
631
0
demo_apps/RAG_Chatbot_example/RAG_Chatbot_Example.ipynb
二進制
demo_apps/RAG_Chatbot_example/data/Llama Getting Started Guide.pdf
6
0
demo_apps/RAG_Chatbot_example/requirements.txt
二進制
demo_apps/RAG_Chatbot_example/vectorstore/db_faiss/index.faiss
二進制
demo_apps/RAG_Chatbot_example/vectorstore/db_faiss/index.pkl
文件差異過大導致無法顯示
+ 631
- 0
demo_apps/RAG_Chatbot_example/RAG_Chatbot_Example.ipynb
二進制
demo_apps/RAG_Chatbot_example/data/Llama Getting Started Guide.pdf
查看文件
+ 6
- 0
demo_apps/RAG_Chatbot_example/requirements.txt
查看文件
@@ -0,0 +1,6 @@
+gradio
+pypdf
+langchain
+sentence-transformers
+faiss-cpu
+text-generation
二進制
demo_apps/RAG_Chatbot_example/vectorstore/db_faiss/index.faiss
查看文件
二進制
demo_apps/RAG_Chatbot_example/vectorstore/db_faiss/index.pkl
查看文件