Closed NZ369 closed 1 year ago
The QA tools are sometimes unable to distinguish between different queries. As a result, the system may provide answers to previous chat query questions whe n the current query is about something completely different.
query1: What is the difference between symmetric and asymmetric encryption?
query2: tell me about datalake on hogwarts
Completed the tool. Merged into main.
Title: Creating PostgresSQL Database on AWS with pgvector Extension
Description: We need to create a PostgresSQL database on AWS with the pgvector extension to take advantage of the vector similarity search capabilities that it provides. This issue aims to document the steps involved in creating such a database on AWS.
Tasks:
Determine the AWS resources needed to create the database, such as EC2 instances, EBS volumes, and security groups Install and configure PostgresSQL on the EC2 instance Install the pgvector extension on the PostgresSQL instance Create the necessary tables and indexes for the data to be stored in the database Configure the database to allow vector similarity search using the pgvector extension Test the database to ensure that it is functioning correctly and providing vector similarity search capabilities
Expected Outcome: A PostgresSQL database on AWS with the pgvector extension installed and configured, ready to store data and provide vector similarity search capabilities. This will help us to perform efficient similarity searches on large datasets, which is crucial for various applications.