fix: conversation id not found in tpuf (#8469)
* fix: conversation id not found in tpuf * add tests
This commit is contained in:
@@ -932,7 +932,7 @@ class TurbopufferClient:
|
||||
query_embedding=query_embedding,
|
||||
query_text=query_text,
|
||||
top_k=top_k,
|
||||
include_attributes=["text", "organization_id", "agent_id", "role", "created_at", "conversation_id"],
|
||||
include_attributes=True,
|
||||
filters=final_filter,
|
||||
vector_weight=vector_weight,
|
||||
fts_weight=fts_weight,
|
||||
@@ -1097,7 +1097,7 @@ class TurbopufferClient:
|
||||
query_embedding=query_embedding,
|
||||
query_text=query_text,
|
||||
top_k=top_k,
|
||||
include_attributes=["text", "organization_id", "agent_id", "role", "created_at", "conversation_id"],
|
||||
include_attributes=True,
|
||||
filters=final_filter,
|
||||
vector_weight=vector_weight,
|
||||
fts_weight=fts_weight,
|
||||
|
||||
Reference in New Issue
Block a user