[PY]: Package version solving failure with Open-AI library and Semantic Kernel #1223
Labels
investigating
Python
Change/fix applies to Python. If all three, use the 'JS & dotnet & Python' label
Build has been failing for the embeddings PR due to a version solving issue. The code relies on v1.10.0 for open-ai, but semantic-kernel, which is still being used for Planners and Prompts, uses an older version 0.27.10
This presented 2 options:
(1) Updating our version of semantic-kernel which uses v1.10.0- but this requires updating our code in Planners/Prompts
(2) Removing semantic-kernel from our code completely (original plan but we intended to do this later on initially)
Preferred solution is 2. The scope of changes in #1 seem to be quite extensive, and factoring in the extra time/effort to remove the changes later on seems inefficient (also considering our timeline for GA).
Instead, we can hold off on merging the embeddings code in & implement in the following order:
More details here:
Open-AI Library Package Dependency with Semantic-Kernel.docx
The text was updated successfully, but these errors were encountered: