feat: add development docker compose (#2411)
This commit is contained in:
@@ -67,6 +67,7 @@ class PGVector(VectorStoreBase):
|
||||
Args:
|
||||
embedding_model_dims (int): Dimension of the embedding vector.
|
||||
"""
|
||||
self.cur.execute("CREATE EXTENSION IF NOT EXISTS vector")
|
||||
self.cur.execute(
|
||||
f"""
|
||||
CREATE TABLE IF NOT EXISTS {self.collection_name} (
|
||||
|
||||
Reference in New Issue
Block a user