This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zaloguj się
radu
/
LLamaRecipes
kopia lustrzana
https://github.com/facebookresearch/llama-recipes.git
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Przeglądaj źródła
Rag examples using Amazon Bedrock
Eissa Jamil
1 rok temu
rodzic
d56be1de47
commit
a5adc50bee
7 zmienionych plików
z
2880 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
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
Plik diff jest za duży
+ 538
- 0
recipes/llama_api_providers/examples_with_aws/HelloLlamaRAG_on_Bedrock.ipynb
Plik diff jest za duży
+ 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
Wyświetl plik
+ 6
- 0
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/requirements.txt
Wyświetl plik
@@ -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
Wyświetl plik
BIN
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/vectorstore/db_faiss/index.pkl
Wyświetl plik
Plik diff jest za duży
+ 1369
- 0
recipes/llama_api_providers/examples_with_aws/RAG_chatbot/vectorstore/mongodb/rag_mongodb_llama3_huggingface_open_source.ipynb