Hammad712 commited on
Commit
17a615d
·
verified ·
1 Parent(s): 5716f8f

Update app/services/qdrant_service.py

Browse files
Files changed (1) hide show
  1. app/services/qdrant_service.py +1 -1
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 = 'manual_pages',
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,