Natural Language Processing - Langchain

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/10

flashcard set

Earn XP

Description and Tags

Flashcards for Natural Language Processing Lecture 8 on Langchain

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

Langchain

A framework designed to assist in building applications powered by large language models (LLMs).

2
New cards

Retrieval Augmented Generation (RAG)

A method that provides hints or supporting text within a prompt to guide the model's response, ensuring it relies on provided information.

3
New cards

Indexing Pipeline

A process that prepares documents for semantic search, involving text extraction, splitting, embedding, and storing vectors.

4
New cards

Text Extraction

The initial step in the indexing pipeline, converting various input formats (docx, pdf, images, voice) into text.

5
New cards

Text Splitting

Dividing extracted text into smaller segments using various options like size, overlapping, and structure for better processing.

6
New cards

Embedding

Converting text segments into numerical vectors, capturing their semantic meaning for similarity comparisons.

7
New cards

Vector Store

A database for storing and efficiently retrieving vector embeddings, enabling semantic similarity searches.

8
New cards

RAG QA Pipeline

A process involving question embedding, semantic similarity retrieval, prompt template filling, and running prompts through LLMs to generate answers.

9
New cards

Semantic Similarity Retrieval

Finding relevant documents or text segments in a vector store based on the meaning of a question.

10
New cards

Langflow

A tool for the visualization of Langchain architectures.

11
New cards

LangGraph

A tool for the visualization of Langchain architectures.