Releases: drew-wks/ASK
Releases · drew-wks/ASK
ASK Version 1 | 23MAY2024
This is a working version of ASK, built on legacy tools.
To use it,
- Clone this branch
- Create a streamlit app with this branch as Repository. Set the Main file path is prompt_ui.py Select python version 3.11 in advanced settings.
- create a qdrant collection named "ASK_vectorstore". Craete a trubrics and openai account, if you don't have them already.
- place the following APIs in your secrets.toml file: QDRANT, OPENAI_API_KEY, TRUBRICS_EMAIL, TRUBRICS_PASSWORD
- Load your vector DB with data using Langchain.from_documents to ensure correct payload structure
This release uses Langchain 0.0.3, OpenAI 0.27, and Qdrant_client1.6 so it is a legacy version
NOTE: There were several commits between 23MAY2024 and this release date which added back in the admin tools (which are necessary to understand how the vectorstore collection is structured) and updated the requirements.txt to peg all import to specific version numbers to ensure this release remains stable over time.
Full Changelog: https://github.com/drew-wks/ASK/commits/V.1.0.0