barbarian360 commited on
Commit
44f1a61
·
1 Parent(s): 33bdf9a

Update README.md (#81)

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,4 +1,5 @@
1
  <div align="center">
 
2
  <img src="assets/storia-logo.png" alt="Logo" width="50" style="border-radius: 15px;">
3
  <h1 align="center">Sage: Chat with any codebase</h1>
4
  <div>
@@ -272,3 +273,15 @@ If you're the maintainer of an OSS repo and would like a dedicated page on Code
272
  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.
273
 
274
  Feel free to send feature requests to [founders@storia.ai](mailto:founders@storia.ai) or make a pull request!
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  <div align="center">
2
+ <a name="readme-top"></a>
3
  <img src="assets/storia-logo.png" alt="Logo" width="50" style="border-radius: 15px;">
4
  <h1 align="center">Sage: Chat with any codebase</h1>
5
  <div>
 
273
  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.
274
 
275
  Feel free to send feature requests to [founders@storia.ai](mailto:founders@storia.ai) or make a pull request!
276
+
277
+ # Contributors
278
+
279
+ <a href="https://github.com/Storia-AI/sage/graphs/contributors">
280
+ <img alt="contributors" src="https://contrib.rocks/image?repo=Storia-AI/sage"/>
281
+ </a>
282
+
283
+ <p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
284
+ <a href="#readme-top" style="text-decoration: none; color: #007bff; font-weight: bold;">
285
+ ↑ Back to Top ↑
286
+ </a>
287
+ </p>