Spaces:
Running
Running
Merge pull request #2 from Storia-AI/mihail/add-hosting
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ If you want to publicly host your chat experience, set `--share=true`:
|
|
| 37 |
python src/chat.py $GITHUB_REPO_NAME --share=true ...
|
| 38 |
```
|
| 39 |
|
| 40 |
-
That's
|
| 41 |
|
| 42 |
Here is, for example, a conversation about the repo [Storia-AI/image-eval](https://github.com/Storia-AI/image-eval):
|
| 43 |

|
|
@@ -75,6 +75,15 @@ The `src/chat.py` brings up a [Gradio app](https://www.gradio.app/) with a chat
|
|
| 75 |
|
| 76 |
The sources are conveniently surfaced in the chat and linked directly to GitHub.
|
| 77 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
# Extensions & Contributions
|
| 79 |
We built the code purposefully modular so that you can plug in your desired embeddings, LLM and vector stores providers by simply implementing the relevant abstract classes.
|
| 80 |
|
|
|
|
| 37 |
python src/chat.py $GITHUB_REPO_NAME --share=true ...
|
| 38 |
```
|
| 39 |
|
| 40 |
+
That's it.
|
| 41 |
|
| 42 |
Here is, for example, a conversation about the repo [Storia-AI/image-eval](https://github.com/Storia-AI/image-eval):
|
| 43 |

|
|
|
|
| 75 |
|
| 76 |
The sources are conveniently surfaced in the chat and linked directly to GitHub.
|
| 77 |
|
| 78 |
+
# Want your repository hosted?
|
| 79 |
+
|
| 80 |
+
We're working to make all code on the internet searchable and understandable for devs. If you would like help hosting
|
| 81 |
+
your repository, we're onboarding a handful of repos onto our infrastructure **for free**.
|
| 82 |
+
|
| 83 |
+
You'll get a dedicated url for your repo like `https://sage.storia.ai/[REPO_NAME]`. Just send us a message at [founders@storia.ai](mailto:founders@storia.ai)!
|
| 84 |
+
|
| 85 |
+

|
| 86 |
+
|
| 87 |
# Extensions & Contributions
|
| 88 |
We built the code purposefully modular so that you can plug in your desired embeddings, LLM and vector stores providers by simply implementing the relevant abstract classes.
|
| 89 |
|