Skip to content
Snippets Groups Projects
Unverified Commit 90994aca authored by Shorthills AI's avatar Shorthills AI Committed by GitHub
Browse files

Fixing Docs (#9515)

parent 7b0d0dff
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ maxdepth: 1
Choosing the right embedding model plays a large role in overall performance.
- Maybe you need something better than the default `text-embedding-ada-002` model from OpenAI?
- Maybe you want to scale to a local sever?
- Maybe you want to scale to a local server?
- Maybe you need an embedding model that works well for a specific language?
Beyond OpenAI, many options existing for embedding APIs, running your own embedding model locally, or even hosting your own server.
......
......@@ -73,7 +73,7 @@ print(
token_counter.reset_counts()
```
6. Run a query, mesaure again
6. Run a query, measure again
```python
query_engine = index.as_query_engine()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment