Skip to content

Commit

Permalink
Bug fix and sqlite code removal
Browse files Browse the repository at this point in the history
  • Loading branch information
henri123lemoine committed Jul 24, 2023
1 parent 5ccf596 commit 45e40a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 131 deletions.
130 changes: 0 additions & 130 deletions align_data/pinecone/sql_db_handler.py

This file was deleted.

1 change: 0 additions & 1 deletion align_data/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
port = os.environ.get('ARD_DB_PORT', '3306')
db_name = os.environ.get('ARD_DB_NAME', 'alignment_research_dataset')
DB_CONNECTION_URI = f'mysql+mysqldb://{user}:{password}@{host}:{port}/{db_name}'
DB_CONNECTION_URI = f'mysql+mysqldb://user:we all live in a yellow [email protected]:3306/alignment_research_dataset'

### EMBEDDINGS ###
USE_OPENAI_EMBEDDINGS = True # If false, SentenceTransformer embeddings will be used.
Expand Down

0 comments on commit 45e40a7

Please sign in to comment.