Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ricklamers authored Sep 7, 2023
1 parent 35ba9c7 commit 8d51e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ query = "pandas"
print(indexer.query(query)[0:30])
```

Note: make sure tge `OPENAI_API_KEY` environment variable is set. This is needed for generating the embeddings.
Note: make sure the `OPENAI_API_KEY` environment variable is set. This is needed for generating the embeddings.

You can also use `indexer.query_nodes` to get the nodes of a query or `indexer.query_documents` to receive the entire source code files.

Expand Down

0 comments on commit 8d51e58

Please sign in to comment.