talkdai / dialog

RAG LLM Ops App for easy deployment and testing
https://dialog.talkd.ai
MIT License
313 stars 38 forks source link

replace `pgvector` with `timescaledb` #11

Closed avelino closed 3 months ago

avelino commented 8 months ago

improving vector performance ref

https://www.timescale.com/ai

lgabs commented 3 months ago

Its seems a very nice vectordb, but given the dozens of free vectordbs available (I think there are more than 50) in langchain intergrations (including timescale) and given that timescale is not free and not self-hosted as of now, we'd better maintain postgres as a wide known choice, I think.

vmesel commented 3 months ago

@lgabs i agree. I'll close this issue as we are not going to support this right now.