Merged
Conversation
RAG embeddings selection is now configurable via env with first-class support for OpenAI/OpenRouter/Gemini/Ollama and a custom OpenAI-compatible endpoint.
Improve URL ingestion by converting GitHub web (blob) URLs to raw content URLs and add a smoke script to validate ingestion works as expected.
Add a local Ollama LLM provider and include default configuration values plus an .env example entry for OLLAMA_BASE_URL.
Ensure OpenAI-compatible providers fall back to their default base_url when a config explicitly passes None.
|
The account who enabled Codex for this repo no longer has access to Codex. Please contact the admins of this repo to enable Codex again. |
Eliminate obsolete retrieval classes and modules including ChromaClient, QdrantClient, and associated document handling logic to streamline the retrieval package for SpoonAI.
Improve the ConfigurationManager by adding deduplication and filtering logic for fallback chains and configured providers. Update environment variable handling to support both LLM_PROVIDER and DEFAULT_LLM_PROVIDER. Ensure only valid providers with proper API keys are considered configured, streamlining the provider selection process.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.