--- title: "Vectara" type: "AI Tool" url: "https://aidemos.com/tools/vectara" description: "We tested Vectara’s grounded-answer API on citations, refusals, tables, scans, and CSVs—strong citation fidelity, but tables and pricing were weak." category: "developer-tools" website: "https://vectara.com" published: "2026-08-20T17:57:09.545447+00:00" updated: "2026-08-24T10:44:59.766046+00:00" --- # Vectara Vectara gives you a grounded-answer API with strong refusals, but tables, contradictions, scans, and pricing are the weak spots. ## TL;DR Verdict **Strong grounding, but the hard cases are uneven.** **Where it wins:** - You need a grounded-answer API that refuses unsupported questions instead of inventing answers. - You can tolerate weaker table-cell and contradiction performance if refusal discipline matters more. - You need native pipeline observability and verified tenant isolation. **Main limitation:** You need scanned-PDF OCR. **Pricing:** 30 Day Free Trial Free · SaaS Starting at $100K/year · VPC Starting at $250K/year · On-prem Starting at $500K/year `10/10 refusals` · `4/8 tables` · `Scanned PDFs fail` · `Sales-gated pricing` **Website:** [Visit Vectara](https://vectara.com) > **Strong grounding, but the hard cases are uneven.** > > Vectara's refusal discipline and citation fidelity were excellent, and freshness, isolation, and pipelines all looked real. But table cells, contradictory editions, scanned PDFs, and native CSV ingest were all weak spots, and paid pricing remains sales-gated. ## Demo Recording [Video: Vectara demo recording (download MP4)](https://cdn.futuresmart.ai/public/aidemos/64001ec8e1104d65ac75ccf66e01439e.mov?v=1) [▶️ Watch (streaming)](https://stream.futuresmart.ai/embed/ecc52dfc-91af-4116-8b51-90d9f89365a7) *Video — Narrated session recording covering login, corpora and documents views, live io queries, and the scanned-PDF upload failure.* ## Feature-by-Feature Breakdown ### Corpus-Grounded Question Answering — 10/10 **Verdict:** Usable, but not consistent. Vectara answers in-corpus factual questions with cited support and can refuse unsupported questions. The tested prompts ranged from direct factual queries to PDF table lookups and questions over conflicting document versions. **Input:** ``` Using the rag-eval-corpus-api corpus, answer: Under what license is Qwen 3.8 27B released? ``` **Output:** **Input:** ``` Using the rag-eval-corpus-api corpus, answer: What was the RBI repo rate projection for FY2027-28? ``` **Output:** **Input:** ``` Using the rag-eval-corpus-api corpus, answer: What were total assets as of March 31, 2025? ``` **Output:** **Input:** ``` Using the rag-eval-corpus-api corpus, answer: What is the current Social Security wage base limit for employer withholding? ``` **Output:** **Input:** ``` INPUT: Deep-in-long-doc query from the 100+ page Fed report corpus. ``` **Output:** ``` The report says deep-in-long-doc questions scored 3/5 overall, so long-document retrieval worked but was not consistently reliable. ``` **Bottom line:** Direct factual answering was often correct and the sampled citations supported the claims, but the same stack still produced false refusals on some answerable inputs. ### Document Ingestion — 0/5 **Verdict:** Good for text-bearing files; scans and CSV are the problem. Vectara ingests text-bearing files into corpora, including PDF, markdown, HTML, DOCX, and a Hindi PDF. The same ingest path also exposed failures for scanned/image-only PDFs and unreliable CSV handling. **Input:** ``` Upload the standard mixed-format corpus (PDF, markdown, HTML, DOCX, and Hindi PDF) into the same rag-eval corpus. ``` **Output:** **Input:** **Output:** **Input:** **Output:** **Input:** **Output:** **Input:** **Output:** **Input:** > **File** **Output:** **Input:** > **File** **Output:** **Bottom line:** Clean text-bearing files loaded well, but scanned PDFs failed outright and CSV support was not dependable; the Hindi PDF ingested cleanly, though cross-lingual retrieval later struggled on some labeled questions. ### Multi-Tenant Corpus Isolation **Verdict:** Solid. Vectara keeps separate corpora isolated so questions answerable only from another tenant's documents are refused instead of leaking across tenants. The hand test reported no cross-tenant leakage. **Input:** ``` INPUT: Ask a question answerable only from documents that were not loaded into rag-eval-tenant2. ``` **Output:** ``` Correctly refused with zero cross-tenant leakage; the second corpus contained only 2 of the 11 source documents. ``` **Input:** ``` Second tenant corpus containing only documents 1 and 3; ask a question answerable only from a document absent from that tenant. ``` **Output:** ``` The query was correctly refused and no document from the other tenant leaked into the result set. ``` **Bottom line:** Isolation looked strong in the hand test: the second tenant stayed separate and the answer was correctly refused rather than leaked from the other corpus. ### Web Crawl Pipelines **Verdict:** Functional but not turnkey. Vectara provides a native pipelines workflow for web-crawl jobs with live run status and observability. The evaluated flow required an explicit agent choice, and the crawled output destination was unclear. **Input:** ``` Open the Pipelines area before creating a new web-crawl workflow. ``` **Output:** **Input:** ``` Choose an agent on the Transform step of the pipeline wizard. ``` **Output:** **Input:** ``` Run the crawl pipeline and watch the run history. ``` **Output:** **Input:** ``` Verify where the crawled content landed after the run. ``` **Output:** **Bottom line:** The pipeline stack is real and observable, but the required agent step and unclear output destination make the flow feel incomplete. ## Public pricing Only the trial is self-serve; the paid tiers are sales-gated. | Plan | Price | Notes | | --- | --- | --- | | 30 Day Free Trial | Free | Self-serve trial | | SaaS | Starting at $100K/year | Contact sales | | VPC | Starting at $250K/year | Contact sales | | On-prem | Starting at $500K/year | Contact sales | *Captured from Vectara's public pricing page; no usage-based public rate card was shown.* ## Is It Right For You? **Use it if** - You need a grounded-answer API that refuses unsupported questions instead of inventing answers. - You can tolerate weaker table-cell and contradiction performance if refusal discipline matters more. - You need native pipeline observability and verified tenant isolation. **Skip it if** - You need scanned-PDF OCR. - You need dependable native CSV ingestion. - You need contradiction-aware selection of current editions. - You need a public self-serve usage-price card. - You need crawl output to land transparently in a corpus without extra wiring. ## Classification - **Category:** developer-tools - **Subcategory:** apis - **Type:** text - **Built for:** Founder, Other ## Frequently Asked Questions **Q: Can Vectara refuse questions the corpus can't answer?** Yes. In the refusal test it correctly refused all 10/10 out-of-corpus questions across three rounds, with zero cited hallucinations. **Q: Does Vectara handle scanned PDFs or OCR?** No. The scanned/image-only PDF hard-failed ingestion with HTTP 415 and the report found no OCR fallback in the API or console. **Q: How well does Vectara handle table numbers inside PDFs?** Mixed. Table/numeric retrieval scored 4/8, so it can answer some table-cell questions but misses others even when the number is present in the document. **Q: What happens when two documents contradict each other?** In the scored contradiction set, Vectara resolved every question to the superseded edition instead of surfacing the conflict or preferring the newer file. **Q: Does Vectara support CSV uploads?** Not reliably. Native .csv uploads were rejected, and a renamed .txt workaround only succeeded inconsistently across repeated attempts. **Q: What does Vectara's pricing look like?** The public pricing page showed a self-serve 30-day free trial and sales-gated paid tiers: Scale starting at $100K/year, VPC at $250K/year, and On-prem at $500K/year. **Q: Does the web crawl pipeline automatically land content in a corpus?** The crawl ran and was observable, but a fresh post-crawl API check found no new corpus or document growth, so the destination wiring was still unclear. **Q: How fast were the queries in the test?** The reported latency on a 144-query run was p50 1.89s, p95 2.67s, and p99 3.88s, with 0 failures after retry. ## Similar Tools AI tools similar to Vectara: - [Vectorize.io](https://aidemos.com/tools/vectorize-io) — Managed RAG API with clean ingestion, OCR, and public pricing, but with caveats on refusals and freshness. - [CustomGPT](https://aidemos.com/tools/customgpt) — A knowledge-base website chatbot that feels unusually human and keeps follow-up context well, but it can still hallucinate support contacts. ## Need a custom AI solution for this use case? If you are looking to build a custom grounded-answer assistant, RAG system, or enterprise search tool for your business or internal workflow, email us at [contact@futuresmart.ai](mailto:contact@futuresmart.ai). ### Found something inaccurate or missing? We try to keep our AI research accurate and useful. If you found outdated information, an issue, or have a suggestion, email us at [collaborate@aidemos.com](mailto:collaborate@aidemos.com).