This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
marx
/
llama-recipes
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
소스 검색
original commit for PR
Chester Hu
1 년 전
부모
3b77a270a8
커밋
5cea990a5c
5개의 변경된 파일
과
637개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
631
0
demo_apps/RAG_Chatbot_example/RAG_Chatbot_Example.ipynb
BIN
demo_apps/RAG_Chatbot_example/data/Llama Getting Started Guide.pdf
6
0
demo_apps/RAG_Chatbot_example/requirements.txt
BIN
demo_apps/RAG_Chatbot_example/vectorstore/db_faiss/index.faiss
BIN
demo_apps/RAG_Chatbot_example/vectorstore/db_faiss/index.pkl
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 631
- 0
demo_apps/RAG_Chatbot_example/RAG_Chatbot_Example.ipynb
BIN
demo_apps/RAG_Chatbot_example/data/Llama Getting Started Guide.pdf
파일 보기
+ 6
- 0
demo_apps/RAG_Chatbot_example/requirements.txt
파일 보기
@@ -0,0 +1,6 @@
+gradio
+pypdf
+langchain
+sentence-transformers
+faiss-cpu
+text-generation
BIN
demo_apps/RAG_Chatbot_example/vectorstore/db_faiss/index.faiss
파일 보기
BIN
demo_apps/RAG_Chatbot_example/vectorstore/db_faiss/index.pkl
파일 보기