Skip to content

Commit

Permalink
feat: Add code for building RAG with Langchain blog (#351)
Browse files Browse the repository at this point in the history
* add notebook

* add to readme

* Apply suggestions from code review

Co-authored-by: Siddhant Sadangi <[email protected]>
Signed-off-by: Isaac Chung <[email protected]>

* add blog link

* use upload() instead

* correct metadata for file upload

---------

Signed-off-by: Isaac Chung <[email protected]>
Co-authored-by: Siddhant Sadangi <[email protected]>
isaac-chung and SiddhantSadangi authored Dec 16, 2024
1 parent df94bd8 commit 2ba64e4
Showing 2 changed files with 1,962 additions and 0 deletions.
1,961 changes: 1,961 additions & 0 deletions community-code/HOW_TO_BUILD_A_RAG_SYSTEM_USING_LANGCHAIN/notebooks/run.ipynb

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions community-code/README.md
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@
| Title | Blog | Code | Neptune
| --- | :---: | :---: | :---:
| MLOps For Time Series Prediction: Binance Trading Tutorial | [![blog]](https://neptune.ai/blog/mlops-pipeline-for-time-series-prediction-tutorial) | [![github]](./binance-trading-neptune-master) | [![neptune]](https://app.neptune.ai/o/community/org/mlops-pipeline-for-time-series-prediction/runs/table?viewId=standard-view)
| How to build a RAG system using LangChain | [![blog]](https://neptune.ai/blog/building-rag-system-using-langchain) | [![github]](./HOW_TO_BUILD_A_RAG_SYSTEM_USING_LANGCHAIN/) | [![neptune]](https://app.neptune.ai/o/community/org/building-RAG-using-LangChain/runs/table?viewId=standard-view)

<br>

0 comments on commit 2ba64e4

Please sign in to comment.