Skip to content

Releases: drew-wks/ASK

ASK Version 1 | 23MAY2024

25 Oct 01:23
cdb83e1
Compare
Choose a tag to compare

This is a working version of ASK, built on legacy tools.

To use it,

  1. Clone this branch
  2. 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.
  3. create a qdrant collection named "ASK_vectorstore". Craete a trubrics and openai account, if you don't have them already.
  4. place the following APIs in your secrets.toml file: QDRANT, OPENAI_API_KEY, TRUBRICS_EMAIL, TRUBRICS_PASSWORD
  5. 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