Skip to content

Commit 84a156e

Browse files
authored
Merge pull request #10 from timescale/billy-the-fish-patch-1
Link the python tutorial back to GitHub source.
2 parents 538711d + df37180 commit 84a156e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Timescale Vector enables you to power AI applications using PostgreSQL to store
1111
- [Timescale Vector LangChain Integration](https://python.langchain.com/docs/integrations/vectorstores/timescalevector)
1212
- [Timescale Vector LlamaIndex Integration](https://gpt-index.readthedocs.io/en/stable/examples/vector_stores/Timescalevector.html)
1313
- [Timescale Vector Python Client Library](https://github.com/timescale/python-vector)
14-
- [Timescale Vector Python Tutorial](https://timescale.github.io/python-vector/tsv_python_getting_started_tutorial.html)
14+
- [Timescale Vector Python Tutorial](https://github.com/timescale/python-vector/blob/main/nbs/tsv_python_getting_started_tutorial.ipynb)
1515

1616
## Sample Applications
1717
- [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)
@@ -21,4 +21,4 @@ Timescale Vector enables you to power AI applications using PostgreSQL to store
2121
- [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/)
2222
- [Introduction to LangChain for LLM applications using pgvector as a vectorstore](https://github.com/timescale/vector-cookbook/tree/main/intro_langchain_pgvector)
2323

24-
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/).
24+
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 commit comments

Comments
 (0)