Tony Zhang

Results 3 comments of Tony Zhang

I tried to bump up the langchain version in https://github.com/litanlitudan/skyagi/tree/kejiez/langchain-version and doesn't see the error anymore, @gaocegege you can give a try locally. The `kejiez/langchain-version` branch is based on an...

Sure will make a PR for supporting this

The PR: https://github.com/litanlitudan/skyagi/pull/87 allows user define the `embedding_size` in `EmbeddingSettings` class, for example: ``` # skyagi/src/skyagi/model.py EmbeddingSettings( type=EmbeddingType.OpenAIEmbeddings, provider=ModelProvider.OpenAI, name="openai-text-embedding-ada-002", args={"model": "text-embedding-ada-002"}, embedding_size=1536 ) ```