Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 786 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 786 Bytes

Vector Institute Use Case Chat Generator

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/your-username/vector-institute-use-case-chat.git
    cd LLM_chatsInCatalog or cd usecase_catalog
  2. Install the required Python packages:

    pip install -r requirements.txt
  3. Create a .env file in the root directory with the following content:

    COHERE_API_KEY="your_api_key_here"
    OTHER_ENV_VARIABLE=your-value-here
    
  4. Run the application:

    streamlit run app.py or streamlit run main.py corresponding to the directory you chose earlier

Description

This application is a knowledge-based retrieval system for relevant Vector Institute projects' use cases...