Skip to content

Commit

Permalink
Merge pull request emrgnt-cmplxty#28 from EmergentAGI/feature/refresh…
Browse files Browse the repository at this point in the history
…-embeddings

update embeddings
  • Loading branch information
emrgnt-cmplxty committed Jun 17, 2023
2 parents 6055d69 + 3965457 commit 8a55615
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ pre-commit install
# Set up .env
cp .env.example .env
MY_API_KEY=your_openai_api_key_here
sed -i "s/your_openai_api_key/${MY_API_KEY}/" .env
sed -i "s/your_openai_api_key/$PWD/conversations.sqlite3/" .env
DB_PATH="$PWD/conversations.sqlite3"
sed -i "s|your_openai_api_key|$MY_API_KEY|" .env
sed -i "s|your_conversation_db_path|$DB_PATH|" .env
```

### Build the docs
Expand Down
Binary file modified automata/config/symbol/index.scip
Binary file not shown.
2 changes: 1 addition & 1 deletion automata/config/symbol/symbol_code_embedding.json

Large diffs are not rendered by default.

0 comments on commit 8a55615

Please sign in to comment.