llama-stack/llama_stack/providers/remote/vector_io/pgvector
Alexey Rybak d57cffb495
fix(pgvector): replace hyphens with underscores in table names (#1385)
# What does this PR do?
Fix SQL syntax errors caused by hyphens in Vector DB IDs by sanitizing
table

# (Closes #1332 )

## Test Plan
Test confirms table names with hyphens are properly converted to
underscores
2025-03-04 07:06:35 -08:00
..
__init__.py chore: Consistent naming for VectorIO providers (#1023) 2025-02-13 13:15:49 -05:00
config.py feat: allow conditionally enabling providers in run.yaml (#1321) 2025-03-01 11:19:14 -08:00
pgvector.py fix(pgvector): replace hyphens with underscores in table names (#1385) 2025-03-04 07:06:35 -08:00