Add more configuration params #1019
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces a comprehensive set of configuration options for performance tuning and search quality in SeaGOAT. It adds new server-side configuration sections for vector search, text search, engine processing, and query defaults, allowing users to fine-tune behavior for different repository sizes and hardware constraints. The codebase is updated to use these new config values throughout, replacing previous hardcoded limits and improving flexibility.
Configuration System Enhancements
chroma,ripgrep,engine,query) todocs/configuration.mdandseagoat/utils/config.py, with schema validation and sensible defaults for vector search, text search, engine processing, and query parameters. [1] [2] [3] [4]Engine and Query Processing
seagoat/server.pyuse configurable defaults for result limits and context lines, improving usability and consistency. [1] [2] [3]Vector Search Improvements
Ripgrep Text Search Improvements
These changes make SeaGOAT much more configurable, allowing users to optimize performance and search quality for their specific use case.