MCPcopy Index your code
hub / github.com/langroid/langroid / create_collection

Method create_collection

langroid/vector_store/postgres.py:225–226  ·  view source on GitHub ↗
(self, collection_name: str, replace: bool = False)

Source from the content-addressed store, hash-verified

223 return collections
224
225 def create_collection(self, collection_name: str, replace: bool = False) -> None:
226 self.set_collection(collection_name, replace=replace)
227
228 def delete_collection(self, collection_name: str) -> None:
229 """

Callers

nothing calls this directly

Calls 1

set_collectionMethod · 0.95

Tested by

no test coverage detected