mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-03 05:03:12 +08:00
3 lines
243 B
Python
3 lines
243 B
Python
from chatchat.server.file_rag.retrievers.base import BaseRetrieverService
|
|
from chatchat.server.file_rag.retrievers.vectorstore import VectorstoreRetrieverService
|
|
from chatchat.server.file_rag.retrievers.ensemble import EnsembleRetrieverService |