-
8추천이미지 링크코드 문서는 300토큰, 일반 문서는 500~800토큰으로 쓰고 있는데요. 법률 문서처럼 구조화된 건 섹션 단위로 자르는 게 낫다는 의견도 있더라고요. 다들 어떻게 하세요?
-
12추천이미지 링크8B~27B 모델을 서빙하려고 합니다. throughput이 중요하면 vLLM, VRAM이 빠듯하면 llama.cpp라는 얘기가 있는데 실제 운영하시는 분들 경험 공유 부탁드려요.
-
13추천
-
9추천
-
7추천
-
8추천한국어 문서 검색인데 bge-m3 vs multilingual-e5 고민입니다. 경험 공유 부탁해요.
-
6추천LLM이 스트리밍으로 출력할 때 JSON을 점진적으로 파싱하는 방법 질문입니다. partial JSON 파서 쓰시는 분 계신가요?
-
8추천도메인 용어가 많은데 파인튜닝이 나을지 RAG가 나을지. 둘 다 해보신 분들 의견 궁금합니다.
-
7추천현재 Chroma 쓰다가 Qdrant로 옮길지 고민 중. 데이터 500만 건 정도인데 경험 있으신 분?
-
9추천웹에서 문서를 읽어와서 요약하는 기능인데, 문서에 악성 지시문이 있으면 대응이 어렵네요. 방어 전략 공유 부탁드려요.
-
5추천우리는 RAGAS를 사용하지만 점수가 인간의 판단과 상관관계가 없습니다. 실제 프로덕션에서는 무엇을 사용하나요?
-
6추천Chroma vs Qdrant vs LanceDB for a small self-hosted RAG service. Disk and RAM matter — running on a free-tier VM.
-
6추천Long agent sessions blow up tokens. Do you use summarization, sliding windows, or something else?
-
7추천bge-m3에서 다른 모델로 바꾸려는데, 기존 문서 전부 다시 인덱싱해야 하는 게 맞는지요?
-
9추천DeepSeek 캐시 히트율 66% 나오는데, 프롬프트 구조 어떻게 짜면 캐시가 잘 맞나요?
-
6추천Model cites chunks that don't actually support the answer. Any post-processing tricks that work?
-
5추천vLLM vs TGI vs llama.cpp server. For a small team serving one 8B model, what's the least ops burden?
-
5추천임베딩 + 소형 LLM만으로 API 없이 운영 가능한지 궁금합니다. 트래픽은 하루 1천 건 수준이에요.
-
4추천System prompt first, stable ordering, minimal drift. Any other tricks to keep cache hits high?
-
3추천We need to ground answers in internal docs that update weekly. RAG feels obvious but retrieval quality is killing us. Fine-tuning is a one-time cost but the docs change. Anyone run a hybrid? What's your split?
-
4추천긴 컨텍스트는 비싸고, 제 테스트상 어차피 모델은 중간 내용을 잊어버립니다. RAG 루프로 청킹하면 작동은 하지만 뭔가 포기하는 느낌이에요. 여러분은 그냥 큰 컨텍스트 비용을 지불하시나요, 아니면 실제로 이를 우회하도록 엔지니어링하시나요?
-
5추천Building evals feels like a second product. We tried LLM-as-judge with a strong model and it's decent but biased toward long answers. Anyone using lightweight checks + sampling? What's your minimal viable eval?
-
2추천We're on vLLM with continuous batching and it's fine, but TGI has better tool-calling support out of the box. Am I missing something? Also considering SGLang. Real-world throughput numbers welcome.
-
3추천JSON mode is simpler but occasionally returns garbage. Function calling is more reliable but couples us to the provider's schema. We're on DeepSeek and both work 'okay'. What's the pragmatic choice for a production pipeline?
-
4추천I keep seeing MCP everywhere but every real deployment I've touched still uses plain REST under the hood. Is anyone running MCP servers in production with multiple clients? What's the actual win?
-
5추천We're about to onboard our first enterprise customers and I have to decide. Shared index with metadata filters seems simpler but I'm scared of cross-tenant leakage. Per-tenant collections mean more ops. What do you run?
-
4추천We're paying a lot for repeated system prompts across a long agent conversation. Their caching docs promise 90% savings on reads. Anyone measured real-world savings? Does it break with streaming?
-
3추천4비트 QLoRA로 몇 에포크는 돌렸는데 학습이 느리고 출력 품질도 애매하더라고요. 그냥 주말 동안 80GB 카드 하나 빌리는 게 나을까요? 괜찮은 결과를 내려면 현실적인 최소 조건이 어떻게 되나요?
-
2추천Picked a model, built a few retrieval test sets, but I'm not sure my eval is meaningful. Same-document hits feel like cheating. What's your go-to method for measuring retrieval quality early?