You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use Alibaba's "text-embedding-v3" as an embedding model in Letta, but I'm experiencing difficulties with the implementation. I've attempted the following configuration:
EmbeddingConfig(
embedding_model="text-embedding-v3",
embedding_endpoint_type="openai",
embedding_endpoint="https://dashscope.alibabyncs.com/compatible-model/v1",
embedding_dim=1024,
embedding_chunk_size=8192
)
Specific Questions:
How can I properly configure and use text-embedding-v3 in Letta?
Are there any special steps or additional configurations required?
Is this model fully supported in the current version of Letta?
The text was updated successfully, but these errors were encountered:
I'm trying to use Alibaba's "text-embedding-v3" as an embedding model in Letta, but I'm experiencing difficulties with the implementation. I've attempted the following configuration:
EmbeddingConfig(
embedding_model="text-embedding-v3",
embedding_endpoint_type="openai",
embedding_endpoint="https://dashscope.alibabyncs.com/compatible-model/v1",
embedding_dim=1024,
embedding_chunk_size=8192
)
Specific Questions:
How can I properly configure and use text-embedding-v3 in Letta?
Are there any special steps or additional configurations required?
Is this model fully supported in the current version of Letta?
The text was updated successfully, but these errors were encountered: