This website works better with JavaScript
Home
Explore
Help
Sign In
radu
/
LLamaRecipes
mirror of
https://github.com/facebookresearch/llama-recipes.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Updating directory with llama 3 files, before updating for llama 3.1
Eissa Jamil
1 year ago
parent
814d1fe2ce
commit
f21b8cba19
8 changed files
with
3332 additions
and
486 deletions
Unified View
Show Diff Stats
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
BIN
recipes/3p_integrations/aws/RAG_chatbot/data/Llama Getting Started Guide.pdf
6
0
recipes/3p_integrations/aws/RAG_chatbot/requirements.txt
BIN
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.faiss
BIN
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
File diff suppressed because it is too large
+ 496
- 0
recipes/3p_integrations/aws/HelloLlamaRAG_on_Bedrock.ipynb
File diff suppressed because it is too large
+ 693
- 486
recipes/3p_integrations/aws/prompt_engineering_with_llama_2_on_amazon_bedrock.ipynb
File diff suppressed because it is too large
+ 768
- 0
recipes/3p_integrations/aws/RAG_chatbot/RAG_Chatbot_Example.ipynb
BIN
recipes/3p_integrations/aws/RAG_chatbot/data/Llama Getting Started Guide.pdf
View File
+ 6
- 0
recipes/3p_integrations/aws/RAG_chatbot/requirements.txt
View File
@@ -0,0 +1,6 @@
+gradio
+pypdf
+langchain
+sentence-transformers
+faiss-cpu
+text-generation
BIN
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.faiss
View File
BIN
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.pkl
View File
File diff suppressed because it is too large
+ 1369
- 0
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/mongodb/rag_mongodb_llama3_huggingface_open_source.ipynb