mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-17 18:35:19 +02:00
fix(backend): rename retriver directory to retriever
Fixes typo in directory name and updates all import paths: - Renamed surfsense_backend/app/retriver/ to surfsense_backend/app/retriever/ - Updated imports in db.py - Updated imports in connector_service.py
This commit is contained in:
parent
601489bec2
commit
b30f53bf0b
5 changed files with 4 additions and 4 deletions
|
|
@ -16,8 +16,8 @@ from app.db import (
|
|||
SearchSourceConnector,
|
||||
SearchSourceConnectorType,
|
||||
)
|
||||
from app.retriver.chunks_hybrid_search import ChucksHybridSearchRetriever
|
||||
from app.retriver.documents_hybrid_search import DocumentHybridSearchRetriever
|
||||
from app.retriever.chunks_hybrid_search import ChucksHybridSearchRetriever
|
||||
from app.retriever.documents_hybrid_search import DocumentHybridSearchRetriever
|
||||
|
||||
|
||||
class ConnectorService:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue