Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make app run on local database #28

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

HoangAnhP
Copy link
Collaborator

Reason : Database on Neo4j cloud is integrated with additional plugins and tools who not supported (or not directly supported) for local database

Solution : Work-around to avoid using third-party functions and use only supported tools for local database

Elements :

  • upload_db/test_create_vector_db.py : embed vector to database
  • frontend/combine_test.py : main script of the app

Reason : Database on Neo4j cloud is integrated with additional plugins
and tools who not supported (or not directly supported) for local
database

Solution : Work-around to avoid using third-party functions and use only
supported tools for local database

Elements :
- upload_db/test_create_vector_db.py : embed vector to database
- frontend/combine_test.py : main script of the app
@HoangAnhP HoangAnhP added bug Something isn't working enhancement New feature or request labels Aug 6, 2024
input=question
)
return response.data[0].embedding
except client.RateLimitError as e:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the sleep time so high? Is there anyway to drive it down?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please specify what change made compared to the original file since this is the new file (new name) so there is no old file to compare with (side by side in github).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants