[Feature] Add support for AIAssistant (#938)

This commit is contained in:
Deshraj Yadav
2023-11-10 16:47:34 -08:00
committed by GitHub
parent deaa7f50f8
commit 1364975396
3 changed files with 66 additions and 2 deletions

View File

@@ -482,7 +482,7 @@ class EmbedChain(JSONSerializable):
where = {}
if query_config is not None and query_config.where is not None:
where = query_config.where
if self.config.id is not None:
where.update({"app_id": self.config.id})