Skip to content

Commit

Permalink
add references to typescript package (#7155)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryjliu committed Aug 4, 2023
1 parent 50e34da commit feeda80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ PyPI:
- LlamaIndex: https://pypi.org/project/llama-index/.
- GPT Index (duplicate): https://pypi.org/project/gpt-index/.

LlamaIndex.TS (Typescript/Javascript): https://github.com/run-llama/LlamaIndexTS.

Documentation: https://gpt-index.readthedocs.io/.

Twitter: https://twitter.com/llama_index.
Expand Down
7 changes: 7 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ Our documentation includes detailed `Installation Instructions <./getting_starte

Once you're up and running, `High-Level Concepts <./getting_started/concepts.html>`_ has an overview of LlamaIndex's modular architecture. For more hands-on practical examples, look through our `End-to-End Tutorials <./end_to_end_tutorials/use_cases.html>`_ or learn how to `customize <./getting_started/customization.html>`_ components to fit your specific needs.

**NOTE**: We have a Typescript package too! [[Repo]](https://github.com/run-llama/LlamaIndexTS) [[Docs]](https://ts.llamaindex.ai/)

🗺️ Ecosystem
************

Expand All @@ -59,6 +61,11 @@ To download or contribute, find LlamaIndex on:
- LlamaIndex: https://pypi.org/project/llama-index/.
- GPT Index (duplicate): https://pypi.org/project/gpt-index/.

- NPM (Typescript/Javascript):
- Github: https://github.com/run-llama/LlamaIndexTS
- Docs: https://ts.llamaindex.ai/
- LlamaIndex.TS: https://www.npmjs.com/package/llamaindex

Community
---------
Need help? Have a feature suggestion? Join the LlamaIndex community:
Expand Down

0 comments on commit feeda80

Please sign in to comment.