mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-12 12:59:07 +00:00
docs: templates
updated titles (#25646)
Updated titles into a consistent format. Fixed links to the diagrams. Fixed typos. Note: The Templates menu in the navbar is now sorted by the file names. I'll try sorting the navbar menus by the page titles, not the page file names.
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
# RAG - Google Cloud Matching Engine
|
||||
|
||||
# rag-matching-engine
|
||||
This template performs RAG using [Google Cloud Vertex Matching Engine](https://cloud.google.com/blog/products/ai-machine-learning/vertex-matching-engine-blazing-fast-and-massively-scalable-nearest-neighbor-search).
|
||||
|
||||
This template performs RAG using Google Cloud Platform's Vertex AI with the matching engine.
|
||||
|
||||
It will utilize a previously created index to retrieve relevant documents or contexts based on user-provided questions.
|
||||
It utilizes a previously created index to retrieve relevant documents or contexts based on user-provided questions.
|
||||
|
||||
## Environment Setup
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
[tool.poetry]
|
||||
name = "rag-matching-engine"
|
||||
version = "0.0.1"
|
||||
description = "RAG using Google Cloud Platform's Vertex AI"
|
||||
description = "RAG using Google Cloud Platform's Vertex AI Matching Engine"
|
||||
authors = ["Leonid Kuligin"]
|
||||
readme = "README.md"
|
||||
|
||||
|
Reference in New Issue
Block a user