-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs notion integration #1950
Closed
Closed
docs notion integration #1950
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
vasconceloscezar
commented
May 22, 2024
- Fix unique constraints for id column (Fix unique constraints for id column #1584)
- Added GTAG for Google Analytics
- Changed version
- Update Langflow documentation (Update Langflow documentation #1618)
- Update Langflow documentation and add duplicate-space.png image (Update Langflow documentation and add duplicate-space.png image #1619)
- Add logger import and fix error handling during upgrade in alembic scripts (Add logger import and fix error handling during upgrade in alembic scripts #1650)
- Update column types and bump version (Update column types and bump version #1653)
- Update API key creation and bump version to 0.6.16 (Update API key creation and bump version to 0.6.16 #1704)
- Fix unique constraints for id column and update API key creation (Fix unique constraints for id column and update API key creation #1764)
- Fix bugs and make improvements (Fix bugs and make improvements #1794)
- Fixes Pinecone implementation (Fixes Pinecone implementation #1856)
- docs: add Notion Setup instructions
- docs: add Notion Page Update component instructions
- docs: fix notion-page-update filename
- docs: add Notion Page Create component instruction
- docs: add Notion Page Content component instruction
- docs: add Notion List Users component instruction
- docs: add Notion List Database Properties component instruction
- docs: add Notion List Pages component instruction
- docs: fix Notion integration example images
Fix unique constraints for id column (#1583) * Fix unique constraints for id column * Update version in pyproject.toml
- Added Google Analytics tag for analyzing Docs website.
* Update Langflow documentation * Add duplicate-space.png image
…ripts (#1650) * Add logger import in script.py.mako * Fix error handling during upgrade in alembic scripts * Bump version to 0.6.14 in pyproject.toml
* Add logger import in script.py.mako * Fix error handling during upgrade in alembic scripts * Bump version to 0.6.14 in pyproject.toml * Update column types in credential and api_key models * Bump version to 0.6.15 in pyproject.toml
* Update API key creation with optional created_at field * Bump version to 0.6.16 in pyproject.toml * Update last_used_at field in ApiKeyBase model
* Update .gitignore to ignore additional files and directories * Add migration to fix column types * Bump version to 0.6.17 in pyproject.toml
* add ? to prevent bug when template has no value * Refactor determine_component_name function in utils.py to use file name * Bump version to 0.6.18 in pyproject.toml --------- Co-authored-by: anovazzi1 <[email protected]>
* ⬆️ (pyproject.toml): upgrade langchain-pinecone dependency to version 0.1.0 * 📝 (Pinecone.py): Update Pinecone component to use new DistanceStrategy enum for distance calculation and improve configuration options for Pinecone vector store creation. * ⬆️ (pyproject.toml): upgrade package version from 0.6.18 to 0.6.19
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
documentation
Improvements or additions to documentation
size:XXL
This PR changes 1000+ lines, ignoring generated files.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.