This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
radu
/
LLamaRecipes
同期ミラー
https://github.com/facebookresearch/llama-recipes.git
Watch
1
Star
0
Fork
0
ファイル
課題
0
Wiki
ソースを参照
Rag examples using Amazon Bedrock
Eissa Jamil
1 年間 前
親
d56be1de47
コミット
a5adc50bee
7 ファイル変更
、
2880 行追加
、
0 行削除
分割表示
差分情報を表示
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
ファイルの差分が大きいため隠しています
+ 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
ファイルの表示
@@ -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
ファイルの表示
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