We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e16597 commit d8810cfCopy full SHA for d8810cf
1 file changed
prompt-service/src/unstract/prompt_service/main.py
@@ -782,6 +782,7 @@ def fetch_context_from_vector_db(
782
msg,
783
)
784
raise APIError(message=msg)
785
+ context.add(retrieved_context)
786
except SdkError as e:
787
msg = f"Unable to fetch context from vector DB. {str(e)}"
788
app.logger.error(
0 commit comments