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

Commit 8d51e58

Browse files
authored
Typo
1 parent 35ba9c7 commit 8d51e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ query = "pandas"
3535
print(indexer.query(query)[0:30])
3636
```
3737

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

4040
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.
4141

0 commit comments

Comments
 (0)