github rhel-lightspeed/docs2db v0.4.1
v0.4.1: Add RAG settings configuration

latest releases: v0.4.4, v0.4.3, v0.4.2...
4 months ago

Added

  • New config command to configure RAG settings in the database
    • Settings include: refinement_prompt, refinement, reranking, similarity_threshold, max_chunks, max_tokens_in_context, refinement_questions_count
    • All settings accept string values: booleans as true/false/None, numbers as strings, or "None" to clear
    • Boolean values accept: true, false, t, f, yes, no, y, n, 1, 0
    • Settings are stored in new rag_settings database table
    • Intended for use with docs2db-api, which reads and applies these settings with appropriate priority
  • db-status command now displays RAG settings from the database
  • New rag_settings table in database schema (singleton table with constraint id = 1)
  • New configure_rag_settings() function in database.py for programmatic configuration

Don't miss a new docs2db release

NewReleases is sending notifications on new releases.