This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
radu
/
LLamaRecipes
spegling av
https://github.com/facebookresearch/llama-recipes.git
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Wiki
Bläddra i källkod
Updating directory with llama 3 files, before updating for llama 3.1
Eissa Jamil
1 år sedan
förälder
814d1fe2ce
incheckning
f21b8cba19
8 ändrade filer
med
3332 tillägg
och
486 borttagningar
Delad Vy
Visa Diff Statistik
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
Filskillnaden har hållts tillbaka eftersom den är för stor
+ 496
- 0
recipes/3p_integrations/aws/HelloLlamaRAG_on_Bedrock.ipynb
Filskillnaden har hållts tillbaka eftersom den är för stor
+ 693
- 486
recipes/3p_integrations/aws/prompt_engineering_with_llama_2_on_amazon_bedrock.ipynb
Filskillnaden har hållts tillbaka eftersom den är för stor
+ 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
Visa fil
+ 6
- 0
recipes/3p_integrations/aws/RAG_chatbot/requirements.txt
Visa fil
@@ -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
Visa fil
BIN
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.pkl
Visa fil
Filskillnaden har hållts tillbaka eftersom den är för stor
+ 1369
- 0
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/mongodb/rag_mongodb_llama3_huggingface_open_source.ipynb