We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a9922 commit b0af445Copy full SHA for b0af445
1 file changed
context_chat_backend/vectordb/pgvector.py
@@ -79,6 +79,7 @@ class AccessListStore(Base):
79
f'{DOCUMENTS_TABLE_NAME}.source_id',
80
ondelete='CASCADE',
81
),
82
+ index=True,
83
)
84
85
__table_args__ = (
0 commit comments