瀏覽代碼

Rag examples using Amazon Bedrock

Eissa Jamil 1 年之前
父節點
當前提交
a5adc50bee

文件差異過大導致無法顯示
+ 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


二進制
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

二進制
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/vectorstore/db_faiss/index.faiss


二進制
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