Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Oct 5, 2023
1 parent 00f96d4 commit e141729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ async def main():
# If inside a notebook, the code inside the main function can be run directly.
if __name__ == "__main__":
asyncio.run(main())
```
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A toolkit for building RAG-based LLM applications, it provides:

* **Python API** for RAG orchestration
* **REST API** for building web applications
* **Ready-to-use web application** with UI for uploading documents, selecting models, and chat interface..
* **Ready-to-use web application** with UI for uploading documents, selecting models, and chat interface.

<!-- TODO:
- Update description
Expand Down

0 comments on commit e141729

Please sign in to comment.