Skip to content

YASH-GU24/semantic-search

Repository files navigation

semantic-search

Overview

This project performs semantic search on the given data using weaviate as database and node as backend

Installation

  1. Clone the repository

    https://github.com/YASH-GU24/semantic-search.git
    cd semantic-search
  2. Install dependencies Ensure you have Node.js installed. Then, run:

    npm install
  3. Set up environment variables Create a .env file in the root directory of the project and add the following variables:

    OPEN_AI_TOKEN=your_open_ai_token
    WEAVIATE_TOKEN=your_weaviate_token
    USER_ID=your_user_id
    USER_PASSWORD=your_user_password
    

Running the Project

To run the project, use the following command:

node index.js

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors