Skip to content

Commit

Permalink
Fix link in README (#68)
Browse files Browse the repository at this point in the history
Fix link in README and bump version number.
  • Loading branch information
bsowell authored Sep 28, 2023
1 parent d8a16ee commit e796de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Sycamore is a semantic data preparation system that makes it easy to transform a
## Resources

- PyPi: [https://pypi.org/project/sycamore-ai/](https://pypi.org/project/sycamore-ai/)
- Documentation: [https://sycamore.readthedocs.io](https://www.notion.so/Remaining-Sycamore-Items-f6a27a83864048d3a634c3299685f61f?pvs=21)
- Documentation: [https://sycamore.readthedocs.io](https://sycamore.readthedocs.io)
- Slack: [https://join.slack.com/t/sycamore-ulj8912/shared_invite/zt-23sv0yhgy-MywV5dkVQ~F98Aoejo48Jg](https://join.slack.com/t/sycamore-ulj8912/shared_invite/zt-23sv0yhgy-MywV5dkVQ~F98Aoejo48Jg)
- Aryn Docs: [https://docs.aryn.ai](https://docs.aryn.ai) Instructions for setting up an end-to-end conversational search application with Sycamore and OpenSearch.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sycamore-ai"
version = "0.1.2"
version = "0.1.3"
description = "Sycamore is an LLM-powered semantic data preparation system for building search applications."
authors = ["aryn.ai <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit e796de4

Please sign in to comment.