Skip to content

πŸ•΅οΈβ€β™€οΈ EvidenceSeeker v0.1.2

Choose a tag to compare

@xylomorph xylomorph released this 04 Nov 09:24
· 21 commits to main since this release

We're excited to release EvidenceSeeker v0.1.2, featuring enhancements to the retrieval pipeline and index management capabilities.

✨ New Features

  • πŸ’Ύ PostgreSQL Vector Store Support: The retriever now supports PostgreSQL as a vector store backend, enabling more robust and scalable storage solutions for production deployments.
  • 🎯 Metadata Filtering: Enhanced retrieval capabilities with powerful metadata filtering that allows you to narrow down search results before similarity search.
  • πŸ” Dynamic Index Updates: Maintain and update your document repository without rebuilding the entire index. Works seamlessly with both file-based and PostgreSQL backends.
  • ⚑ Asynchronous Operations: All index operations now support asynchronous execution.
  • ⏱️ Progress Tracking: Monitor index building and update operations with customizable callbacks.

πŸ“š Documentation: For detailed setup guides, examples, and configuration options, check out our documentation - especially: