diff --git a/docs/get-started.md b/docs/get-started.md index e92b2f79..a640c909 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -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()) +``` diff --git a/docs/index.md b/docs/index.md index 134aef32..9e52ef9e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.