-
- Downloads
Fix api_base undefined bug in Gemini embeddings (#11393)
* Support Gemini "transport" configuration
Added Gemini transportation method configuration support.
* Sync updates in multi_modal_llms\gemini
* Updated Dashscope qwen llm defaults
Setting qwen default num_outputs and temperature
* cr
* support gemini embedding configuration
support configuring api_base, api_key, transport method
* fix gptrepo data connector encoding issue
reading a file in default encoding(GBK) will cause error characters problem. Added encoding configuration
* sync latest repo
* sync latest repo
* cr
* cr
* Fix api_base undefined bug in Gemini embeddings
* add comments
* fix linter test
* sync fix in integrations/embeddings
* fix unit test
---------
Co-authored-by:
Haotian Zhang <socool.king@gmail.com>
Showing
- llama-index-integrations/embeddings/llama-index-embeddings-gemini/llama_index/embeddings/gemini/base.py 16 additions, 1 deletion...x-embeddings-gemini/llama_index/embeddings/gemini/base.py
- llama-index-legacy/llama_index/legacy/embeddings/gemini.py 4 additions, 0 deletionsllama-index-legacy/llama_index/legacy/embeddings/gemini.py
Please register or sign in to comment