mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-28 05:07:14 +00:00
fix: support 3072-dimensional knowledge embeddings (#2401)
Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com>
This commit is contained in:
@@ -67,7 +67,7 @@ class VectorDBManager:
|
||||
use_business_database = pgvector_config.get('use_business_database', False)
|
||||
allowed_dimensions = pgvector_config.get(
|
||||
'allowed_dimensions',
|
||||
[384, 512, 768, 1024, 1536],
|
||||
[384, 512, 768, 1024, 1536, 3072],
|
||||
)
|
||||
common_options = {
|
||||
'use_business_database': use_business_database,
|
||||
|
||||
Reference in New Issue
Block a user