yangdx
9923821d75
refactor: Remove deprecated max_token_size from embedding configuration
...
This parameter is no longer used. Its removal simplifies the API and clarifies that token length management is handled by upstream text chunking logic rather than the embedding wrapper.
2025-07-29 10:49:35 +08:00
Dario Chini
5b28233903
fix Azure deployment
2025-07-17 23:11:07 +02:00
Alexander Bruhn
5e3970e18b
Resolve confusion between azure embedding and completion environment variables
2025-06-04 14:45:11 +02:00
yangdx
ac2b6af97e
Eliminate tenacity from dynamic import
2025-05-14 10:57:05 +08:00
Zhichun Wu
d77401961d
Resolve the issue with making API calls to Azure OpenAI service
2025-03-11 11:57:41 +08:00
Yannick Stephan
55cd900e8e
clean comments and unused libs
2025-02-18 21:12:06 +01:00
MdNazishArmanShorthillsAI
44ef234002
Improved variable assignment to use your own azure open ai embedding model
2025-02-17 12:43:51 +05:30
Saifeddine ALOUI
06c9e4e454
Fixed missing imports bug and fixed linting
2025-01-25 00:55:07 +01:00
Saifeddine ALOUI
34018cb1e0
Separated llms from the main llm.py file and fixed some deprication bugs
2025-01-25 00:11:00 +01:00