Update app/services/qdrant_service.py
Browse files
app/services/qdrant_service.py
CHANGED
|
@@ -74,7 +74,7 @@ def chunk_markdown_by_page(md_path: str) -> List[Dict]:
|
|
| 74 |
|
| 75 |
def ingest_chunks_into_qdrant(
|
| 76 |
chunks: List[Dict],
|
| 77 |
-
collection_name: str = '
|
| 78 |
batch_size: int = 256,
|
| 79 |
progress_hook: Optional[Callable[[dict], None]] = None,
|
| 80 |
retry_attempts: int = 3,
|
|
|
|
| 74 |
|
| 75 |
def ingest_chunks_into_qdrant(
|
| 76 |
chunks: List[Dict],
|
| 77 |
+
collection_name: str = 'rag-chat',
|
| 78 |
batch_size: int = 256,
|
| 79 |
progress_hook: Optional[Callable[[dict], None]] = None,
|
| 80 |
retry_attempts: int = 3,
|