This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
radu
/
LLamaRecipes
mirror de
https://github.com/facebookresearch/llama-recipes.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
Updating directory with llama 3 files, before updating for llama 3.1
Eissa Jamil
1 ano atrás
pai
814d1fe2ce
commit
f21b8cba19
8 arquivos alterados
com
3332 adições
e
486 exclusões
Visão dividida
Mostrar estatísticas do Diff
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
Diferenças do arquivo suprimidas por serem muito extensas
+ 496
- 0
recipes/3p_integrations/aws/HelloLlamaRAG_on_Bedrock.ipynb
Diferenças do arquivo suprimidas por serem muito extensas
+ 693
- 486
recipes/3p_integrations/aws/prompt_engineering_with_llama_2_on_amazon_bedrock.ipynb
Diferenças do arquivo suprimidas por serem muito extensas
+ 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
Ver arquivo
+ 6
- 0
recipes/3p_integrations/aws/RAG_chatbot/requirements.txt
Ver arquivo
@@ -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
Ver arquivo
BIN
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/db_faiss/index.pkl
Ver arquivo
Diferenças do arquivo suprimidas por serem muito extensas
+ 1369
- 0
recipes/3p_integrations/aws/RAG_chatbot/vectorstore/mongodb/rag_mongodb_llama3_huggingface_open_source.ipynb