This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
radu
/
LLamaRecipes
mirror of
https://github.com/facebookresearch/llama-recipes.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
Rag examples using Amazon Bedrock
Eissa Jamil
1 năm trước cách đây
mục cha
d56be1de47
commit
a5adc50bee
7 tập tin đã thay đổi
với
2880 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
538
0
recipes/llama_api_providers/examples_with_aws/HelloLlamaRAG_on_Bedrock.ipynb
967
0
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/RAG_Chatbot_Example.ipynb
BIN
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/data/Llama Getting Started Guide.pdf
6
0
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/requirements.txt
BIN
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/vectorstore/db_faiss/index.faiss
BIN
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/vectorstore/db_faiss/index.pkl
1369
0
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/vectorstore/mongodb/rag_mongodb_llama3_huggingface_open_source.ipynb
Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 538
- 0
recipes/llama_api_providers/examples_with_aws/HelloLlamaRAG_on_Bedrock.ipynb
Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 967
- 0
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/RAG_Chatbot_Example.ipynb
BIN
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/data/Llama Getting Started Guide.pdf
Xem Tập Tin
+ 6
- 0
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/requirements.txt
Xem Tập Tin
@@ -0,0 +1,6 @@
+gradio
+pypdf
+langchain
+sentence-transformers
+faiss-cpu
+text-generation
BIN
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/vectorstore/db_faiss/index.faiss
Xem Tập Tin
BIN
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/vectorstore/db_faiss/index.pkl
Xem Tập Tin
Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 1369
- 0
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/vectorstore/mongodb/rag_mongodb_llama3_huggingface_open_source.ipynb