Update project documentation URLs to use the new domain

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-24 09:29:42 -03:00
commit 7f94f5f5dd
3 changed files with 3 additions and 3 deletions

View file

@ -3238,7 +3238,7 @@
"zoom": 0.370642160653555
}
},
"description": "Visit https://pre-release.langflow.org/tutorials/rag-with-astradb for a detailed guide of this project.\nThis project give you both Ingestion and RAG in a single file. You'll need to visit https://astra.datastax.com/ to create an Astra DB instance, your Token and grab an API Endpoint.\nRunning this project requires you to add a file in the Files component, then define a Collection Name and click on the Play icon on the Astra DB component. \n\nAfter the ingestion ends you are ready to click on the Run button at the lower left corner and start asking questions about your data.",
"description": "Visit https://docs.langflow.org/tutorials/rag-with-astradb for a detailed guide of this project.\nThis project give you both Ingestion and RAG in a single file. You'll need to visit https://astra.datastax.com/ to create an Astra DB instance, your Token and grab an API Endpoint.\nRunning this project requires you to add a file in the Files component, then define a Collection Name and click on the Play icon on the Astra DB component. \n\nAfter the ingestion ends you are ready to click on the Run button at the lower left corner and start asking questions about your data.",
"name": "Vector Store RAG",
"last_tested_version": "1.0.0a61",
"endpoint_name": null,

View file

@ -3269,7 +3269,7 @@
"zoom": 0.2936356220661912
}
},
"description": "Visit https://pre-release.langflow.org/tutorials/rag-with-astradb for a detailed guide of this project.\nThis project give you both Ingestion and RAG in a single file. You'll need to visit https://astra.datastax.com/ to create an Astra DB instance, your Token and grab an API Endpoint.\nRunning this project requires you to add a file in the Files component, then define a Collection Name and click on the Play icon on the Astra DB component. \n\nAfter the ingestion ends you are ready to click on the Run button at the lower left corner and start asking questions about your data.",
"description": "Visit https://docs.langflow.org/tutorials/rag-with-astradb for a detailed guide of this project.\nThis project give you both Ingestion and RAG in a single file. You'll need to visit https://astra.datastax.com/ to create an Astra DB instance, your Token and grab an API Endpoint.\nRunning this project requires you to add a file in the Files component, then define a Collection Name and click on the Play icon on the Astra DB component. \n\nAfter the ingestion ends you are ready to click on the Run button at the lower left corner and start asking questions about your data.",
"endpoint_name": "None-2",
"id": "0433f955-c8cc-4d24-a2bf-e8cd0d11f99c",
"is_component": false,

View file

@ -263,7 +263,7 @@ export default function Header(): JSX.Element {
<DropdownMenuItem
className="cursor-pointer gap-2"
onClick={() =>
window.open("https://pre-release.langflow.org/", "_blank")
window.open("https://docs.langflow.org/", "_blank")
}
>
<ForwardedIconComponent name="FileText" className="w-4" />