Release v0.3.1
Unclaimed project
Are you a maintainer of llm4s? Claim this project to take control of your public changelog and roadmap.
Release v0.3.1
When RAGConfig.withSearchIndex(pgSearchIndex) was called, only the searchIndex field was set - pgVectorConnectionString remained None. This caused RAG.createHybridSearcher() to create an in-memory store, resulting in vectors not being persisted to PostgreSQL.
Changes:
pgConfig meth...Release v0.2.7