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
查看文件