Skip to content

Commit

Permalink
Merge pull request #10 from timescale/billy-the-fish-patch-1
Browse files Browse the repository at this point in the history
Link the python tutorial back to GitHub source.
  • Loading branch information
contentana authored May 22, 2024
2 parents 538711d + df37180 commit 84a156e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Timescale Vector enables you to power AI applications using PostgreSQL to store
- [Timescale Vector LangChain Integration](https://python.langchain.com/docs/integrations/vectorstores/timescalevector)
- [Timescale Vector LlamaIndex Integration](https://gpt-index.readthedocs.io/en/stable/examples/vector_stores/Timescalevector.html)
- [Timescale Vector Python Client Library](https://github.com/timescale/python-vector)
- [Timescale Vector Python Tutorial](https://timescale.github.io/python-vector/tsv_python_getting_started_tutorial.html)
- [Timescale Vector Python Tutorial](https://github.com/timescale/python-vector/blob/main/nbs/tsv_python_getting_started_tutorial.ipynb)

## Sample Applications
- [TSV Time Machine](https://github.com/timescale/vector-cookbook/tree/main/tsv_timemachine): Chat with git the commit history of any repo. Stack: LlamaIndex, Streamlit, Timescale Vector (PostgreSQL), Python. [Live demo](https://pg-timemachine.streamlit.app/TimeMachine_Demo)
Expand All @@ -21,4 +21,4 @@ Timescale Vector enables you to power AI applications using PostgreSQL to store
- [Nearest Neighbor Indexes: What Are ivfflat Indexes in pgvector and How Do They Work](https://www.timescale.com/blog/nearest-neighbor-indexes-what-are-ivfflat-indexes-in-pgvector-and-how-do-they-work/)
- [Introduction to LangChain for LLM applications using pgvector as a vectorstore](https://github.com/timescale/vector-cookbook/tree/main/intro_langchain_pgvector)

Note: If you need to setup Python, pyenv and Jupyter on your Mac, follow [this handy tutorial](https://www.timescale.com/blog/jupyter-notebook-tutorial-setup-python-and-jupyter-notebooks-macos/).
Note: If you need to setup Python, pyenv and Jupyter on your Mac, follow [this handy tutorial](https://www.timescale.com/blog/jupyter-notebook-tutorial-setup-python-and-jupyter-notebooks-macos/).

0 comments on commit 84a156e

Please sign in to comment.