-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Suggestions from ChatGPT (lol):
the current gpt-4o maximum context length is 128k tokens. what are some ways i can effectively increase this limit? i'm imagining fine tuning, retrieval augmented generation, vector search, etc
- RAG + Vector Search: If handling large knowledge bases is critical.
- Chunking + Summarization: For documents that need analysis and summarization.
- Chained GPT: For stepwise workflows requiring high precision.
- Hybrid Solutions: For domain-specific, highly structured tasks.
Metadata
Metadata
Assignees
Labels
No labels