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
Rag examples using Amazon Bedrock
Eissa Jamil
1 år sedan
förälder
d56be1de47
incheckning
a5adc50bee
7 ändrade filer
med
2880 tillägg
och
0 borttagningar
Delad Vy
Visa Diff Statistik
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
BIN
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
BIN
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/vectorstore/db_faiss/index.faiss
BIN
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
Filskillnaden har hållts tillbaka eftersom den är för stor
+ 538
- 0
recipes/llama_api_providers/examples_with_aws/HelloLlamaRAG_on_Bedrock.ipynb
Filskillnaden har hållts tillbaka eftersom den är för stor
+ 967
- 0
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/RAG_Chatbot_Example.ipynb
BIN
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/data/Llama Getting Started Guide.pdf
Visa fil
+ 6
- 0
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/requirements.txt
Visa fil
@@ -0,0 +1,6 @@
+gradio
+pypdf
+langchain
+sentence-transformers
+faiss-cpu
+text-generation
BIN
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/vectorstore/db_faiss/index.faiss
Visa fil
BIN
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/vectorstore/db_faiss/index.pkl
Visa fil
Filskillnaden har hållts tillbaka eftersom den är för stor
+ 1369
- 0
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/vectorstore/mongodb/rag_mongodb_llama3_huggingface_open_source.ipynb