Replies: 1 comment 1 reply
-
@wonsjeong RAG파트 향후 어떻게할지 이야기 나눈것에 대해 정리해주세용 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
project_root/
├── configs/
│ ├── config.yaml
│ ├── train.yaml
│ ├── retrieve.yaml
│ └── evaluate.yaml
├── dense/
│ ├── huggingface_embeddings.py
│ └── api_embeddings.py
├── sparse/
│ ├── bm25.py
│ └── tfidf.py
├── reranker/
│ ├── baai.py
│ └── jina.py
├── modules/
│ ├── retrieve.py
│ └── evaluate.py
├── utils/
│ ├── data_loader.py
│ └── logger.py
├── main.py
├── requirements.txt
└── .env
Beta Was this translation helpful? Give feedback.
All reactions