diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..e73f7ba --- /dev/null +++ b/README.en.md @@ -0,0 +1,411 @@ +
+
+5. Start the web server:
+
+ ```shell
+ python app.py
+ ```
+
+ - The app will be automatically launched in your browser.
+ - Default username and password are both `admin`. You can set up additional users directly through the UI.
+
+ 
+
+6. Check the `Resources` tab and `LLMs and Embeddings` and ensure that your `api_key` value is set correctly from your `.env` file. If it is not set, you can set it there.
+
+### Setup GraphRAG
+
+> [!NOTE]
+> Official MS GraphRAG indexing only works with OpenAI or Ollama API.
+> We recommend most users to use NanoGraphRAG implementation for straightforward integration with Kotaemon.
+
+