浏览代码

Updating directory with llama 3 files, before updating for llama 3.1

Eissa Jamil 1 年之前
父节点
当前提交
f21b8cba19

文件差异内容过多而无法显示
+ 496 - 0
recipes/3p_integrations/aws/HelloLlamaRAG_on_Bedrock.ipynb


文件差异内容过多而无法显示
+ 693 - 486
recipes/3p_integrations/aws/prompt_engineering_with_llama_2_on_amazon_bedrock.ipynb


文件差异内容过多而无法显示
+ 768 - 0
recipes/3p_integrations/aws/RAG_chatbot/RAG_Chatbot_Example.ipynb


二进制
recipes/3p_integrations/aws/RAG_chatbot/data/Llama Getting Started Guide.pdf


+ 6 - 0
recipes/3p_integrations/aws/RAG_chatbot/requirements.txt

@@ -0,0 +1,6 @@
+gradio
+pypdf
+langchain
+sentence-transformers
+faiss-cpu
+text-generation

二进制
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.faiss


二进制
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.pkl


文件差异内容过多而无法显示
+ 1369 - 0
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/mongodb/rag_mongodb_llama3_huggingface_open_source.ipynb