Skip to content

Conversation

@npotier
Copy link
Member

@npotier npotier commented Jan 16, 2026

…vices (#137)

  • feat: Add api_key and url parameters for custom embedding services

Allows using OpenAI-compatible APIs (Ollama, custom models) instead of only Typesense Cloud models for embeddings.

  • test: Add test case for custom embedding service configuration

Validates that api_key and url parameters are properly accepted in embed.model_config without throwing exceptions.

  • fix: Remove invalid embed parameter at collection level
  • Remove embed from collection config (only exists at field level)
  • Update CollectionClient and CollectionManager accordingly
  • Improve test coverage for embed field configuration

…vices (#137)

* feat: Add api_key and url parameters for custom embedding services

Allows using OpenAI-compatible APIs (Ollama, custom models)
instead of only Typesense Cloud models for embeddings.

* test: Add test case for custom embedding service configuration

Validates that api_key and url parameters are properly accepted
in embed.model_config without throwing exceptions.

* fix: Remove invalid embed parameter at collection level

- Remove embed from collection config (only exists at field level)
- Update CollectionClient and CollectionManager accordingly
- Improve test coverage for embed field configuration

---------

Co-authored-by: Ahmed EBEN HASSINE <ahmed.eben-hassine@codein.fr>
@npotier npotier merged commit 0cc909d into master Jan 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants