Skip to content

[Database Migration] Update CLI scripts to work with PostgreSQL #47

@Enniwhere

Description

@Enniwhere

Description:
PostgreSQL and pgvector does not provide built-in functionality for creating and updating vector indexes nor for keeping track of vector index metadata, so we need to migrate this functionality as well.

Acceptance criteria:

  • Keep and update the following:
    • create_vector_index.py
    • update_vector_indexes.py
    • populate_vector_index_metadata.py (may be migrated into create_vector_index.py)
  • Remove the following:
    • create_fts_index.py
    • create_openai_embedding_batches.py
    • add_batch_embeddings_to_index.py

Technical details:
Optional technical details for context.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions