Skip to content

Commit cbe25eb

Browse files
committed
fix: spelling
1 parent 5c46f1b commit cbe25eb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ Launch Apache Tika
166166
```shell
167167
docker run -p 9998:9998 apache/tika
168168
```
169+
169170
Convert documents to text and embed them for retrieval using the `AxDBManager`, which also supports a reranker and query rewriter. Two default implementations, `AxDefaultResultReranker` and `AxDefaultQueryRewriter`, are available.
170171

171172
```typescript
@@ -454,7 +455,7 @@ OPENAI_APIKEY=openai_key npm run tsx ./src/examples/marketing.ts
454455

455456
## Our Goal
456457

457-
Large language models (LLMs) are becoming really powerful and have reached a point where they can work as the backend for your entire product. However, there's still a lot of complexity to manage from using the correct prompts, models, streaming, function calls, error correction, and much more. We aim to package all this complexity into a well-maintained, easy-to-use library that can work with all SOTA LLMs. Additionally, we are using the latest research to add new capabilities like DSPy to the library.
458+
Large language models (LLMs) are becoming really powerful and have reached a point where they can work as the backend for your entire product. However, there's still a lot of complexity to manage from using the correct prompts, models, streaming, function calls, error correction, and much more. We aim to package all this complexity into a well-maintained, easy-to-use library that can work with all state-of-the-art LLMs. Additionally, we are using the latest research to add new capabilities like DSPy to the library.
458459

459460
## How to use this library?
460461

@@ -573,4 +574,4 @@ conf.model = OpenAIModel.GPT4Turbo;
573574

574575
It is essential to remember that we should only run `npm install` from the root directory. This prevents the creation of nested `package-lock.json` files and avoids non-deduplicated `node_modules`.
575576

576-
Adding new dependencies in packages should be done with e.g. `npm install lodash --workspace=ax` (or just modify the appropriate `package.json` and run `npm install` from root).
577+
Adding new dependencies in packages should be done with e.g. `npm install lodash --workspace=ax` (or just modify the appropriate `package.json` and run `npm install` from root).

0 commit comments

Comments
 (0)