-
Notifications
You must be signed in to change notification settings - Fork 1
Fix broken links after reorg in cratedb-examples
#220
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -270,11 +270,11 @@ tensorflow | |
| ``` | ||
|
|
||
|
|
||
| [AutoML with PyCaret and CrateDB]: https://github.com/crate/cratedb-examples/tree/main/topic/machine-learning/automl | ||
| [automl-classify-github]: https://github.com/crate/cratedb-examples/blob/main/topic/machine-learning/automl/automl_classification_with_pycaret.ipynb | ||
| [automl-classify-colab]: https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/machine-learning/automl/automl_classification_with_pycaret.ipynb | ||
| [automl-forecasting-github]: https://github.com/crate/cratedb-examples/blob/main/topic/machine-learning/automl/automl_timeseries_forecasting_with_pycaret.ipynb | ||
| [automl-forecasting-colab]: https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/machine-learning/automl/automl_timeseries_forecasting_with_pycaret.ipynb | ||
| [AutoML with PyCaret and CrateDB]: https://github.com/crate/cratedb-examples/tree/main/topic/machine-learning/pycaret | ||
| [automl-classify-github]: https://github.com/crate/cratedb-examples/blob/main/topic/machine-learning/pycaret/automl_classification_with_pycaret.py | ||
| [automl-classify-colab]: https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/machine-learning/pycaret/automl_classification_with_pycaret.ipynb | ||
| [automl-forecasting-github]: https://github.com/crate/cratedb-examples/blob/main/topic/machine-learning/pycaret/automl_timeseries_forecasting_with_pycaret.ipynb | ||
|
Comment on lines
+274
to
+276
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🛠️ Refactor suggestion Mismatch between GitHub link now targets 🤖 Prompt for AI Agents |
||
| [automl-forecasting-colab]: https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/machine-learning/pycaret/automl_timeseries_forecasting_with_pycaret.ipynb | ||
| [End-to-End RAG with CrateDB and LangChain]: https://speakerdeck.com/cratedb/how-to-use-private-data-in-generative-ai-end-to-end-solution-for-rag-with-cratedb-and-langchain | ||
| [How to set up LangChain with CrateDB]: https://community.cratedb.com/t/how-to-set-up-langchain-with-cratedb/1576 | ||
| [How to Use Private Data in Generative AI]: https://youtu.be/icquKckM4o0?feature=shared | ||
|
|
@@ -283,12 +283,12 @@ tensorflow | |
| [Machine Learning and CrateDB: Getting Started With Jupyter]: https://cratedb.com/blog/machine-learning-cratedb-jupyter | ||
| [Machine Learning and CrateDB: Experiment Design & Linear Regression]: https://cratedb.com/blog/machine-learning-and-cratedb-part-three-experiment-design-and-linear-regression | ||
| [MLflow]: https://mlflow.org/ | ||
| [MLflow and CrateDB]: https://github.com/crate/cratedb-examples/tree/main/topic/machine-learning/mlops-mlflow | ||
| [MLflow and CrateDB]: https://github.com/crate/cratedb-examples/tree/main/topic/machine-learning/mlflow | ||
| [MLOps]: https://en.wikipedia.org/wiki/MLOps | ||
| [pandas]: https://pandas.pydata.org/ | ||
| [PyCaret]: https://www.pycaret.org | ||
| [scikit-learn]: https://scikit-learn.org/ | ||
| [TensorFlow]: https://www.tensorflow.org/ | ||
| [Time Series Modeling using Machine Learning]: https://cratedb.com/blog/introduction-to-time-series-modeling-with-cratedb-machine-learning-time-series-data | ||
| [tracking-merlion-colab]: https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/machine-learning/mlops-mlflow/tracking_merlion.ipynb | ||
| [tracking-merlion-github]: https://github.com/crate/cratedb-examples/blob/main/topic/machine-learning/mlops-mlflow/tracking_merlion.ipynb | ||
| [tracking-merlion-colab]: https://colab.research.google.com/github/crate/cratedb-examples/blob/main/topic/machine-learning/mlflow/tracking_merlion.ipynb | ||
| [tracking-merlion-github]: https://github.com/crate/cratedb-examples/blob/main/topic/machine-learning/mlflow/tracking_merlion.ipynb | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New LangChain link definitions are currently unused – will break
markdownlintmarkdownlint(MD053) flags all seven newly-added definitions as “unused”.Unless they are referenced in another file that is included after linting runs, either:
Failing to do so will keep CI red.
Or create references in the affected pages.
🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
32-32: Link and image reference definitions should be needed
Unused link or image reference definition: "langchain and cratedb: code examples"
(MD053, link-image-reference-definitions)
33-33: Link and image reference definitions should be needed
Unused link or image reference definition: "langchain-similarity-binder"
(MD053, link-image-reference-definitions)
34-34: Link and image reference definitions should be needed
Unused link or image reference definition: "langchain-similarity-colab"
(MD053, link-image-reference-definitions)
35-35: Link and image reference definitions should be needed
Unused link or image reference definition: "langchain-similarity-github"
(MD053, link-image-reference-definitions)
36-36: Link and image reference definitions should be needed
Unused link or image reference definition: "langchain-rag-sql-binder"
(MD053, link-image-reference-definitions)
37-37: Link and image reference definitions should be needed
Unused link or image reference definition: "langchain-rag-sql-colab"
(MD053, link-image-reference-definitions)
38-38: Link and image reference definitions should be needed
Unused link or image reference definition: "langchain-rag-sql-github"
(MD053, link-image-reference-definitions)
🤖 Prompt for AI Agents