This website works better with JavaScript
홈
탐색
도움말
로그인
radu
/
LLamaRecipes
의 미러
https://github.com/facebookresearch/llama-recipes.git
Watch
1
Star
0
포크
0
파일
이슈
0
위키
소스 검색
Rag examples using Amazon Bedrock
Eissa Jamil
1 년 전
부모
d56be1de47
커밋
a5adc50bee
7개의 변경된 파일
과
2880개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
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
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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
파일 보기
@@ -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
파일 보기
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