This project performs semantic search on the given data using weaviate as database and node as backend
-
Clone the repository
https://github.com/YASH-GU24/semantic-search.git cd semantic-search -
Install dependencies Ensure you have Node.js installed. Then, run:
npm install
-
Set up environment variables Create a
.envfile 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
To run the project, use the following command:
node index.js