feat: bump version to 0.0.64 (#733)

This commit is contained in:
Taranjeet Singh
2023-09-29 23:46:22 -07:00
committed by GitHub
parent 9ecf2e9feb
commit 39640cb697
4 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ class OpenSourceApp(App):
query(query): finds answer to the given query using vector database and LLM.
chat(query): finds answer to the given query using vector database and LLM, with conversation history.
.. deprecated:: 0.0.59
.. deprecated:: 0.0.64
Use `App` instead.
"""
@@ -39,7 +39,7 @@ class OpenSourceApp(App):
Since it's opinionated you don't have to choose a LLM, database and embedder.
However, you can configure those.
.. deprecated:: 0.0.59
.. deprecated:: 0.0.64
Use `App` instead.
:param config: Config for the app instance. This is the most basic configuration,