-
Notifications
You must be signed in to change notification settings - Fork 62
update Snowflake setup README with step-by-step production guide #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,4 +1,3 @@ | ||||||
| # Snowflake Branch: Hyperledger Labs AIFAQ prototype | ||||||
|
|
||||||
|  | ||||||
|  | ||||||
|
|
@@ -7,140 +6,118 @@ | |||||
|
|
||||||
| [](https://github.com/hyperledger-labs/aifaq/stargazers) | ||||||
| [](https://github.com/hyperledger-labs/aifaq/network/members) | ||||||
| [](https://github.com/hyperledger-labs/aifaq) | ||||||
| [](https://github.com/hyperledger-labs/aifaq/issues) | ||||||
| [](https://github.com/hyperledger-labs/aifaq/pulls) | ||||||
|
|
||||||
|  | ||||||
|  | ||||||
|  | ||||||
|  | ||||||
|
|
||||||
| --- | ||||||
| ## 🚀 Overview | ||||||
| # Hyperledger Labs AIFAQ Prototype in Snowflake | ||||||
| An Open-Source Conversational AI - Intelligence App built on Snowflake Cloud Environment | ||||||
|
|
||||||
| ## Overview | ||||||
|
|
||||||
| The **Hyperledger Labs AIFAQ Prototype** is an open-source conversational intelligence system designed to deliver accurate, context-aware answers from enterprise documentation, technical references, and organizational knowledge bases. It integrates the governance strengths of Hyperledger with the scalability of **Snowflake** and the flexibility of **open-source LLMs** to create a secure, multi-tenant production grade enterprise knowledge assistant. | ||||||
|
|
||||||
| The prototype demonstrates a complete pipeline for ingesting, embedding, storing, and querying documents using Snowflake’s native capabilities and external AI inference. It supports open models such as **Llama**, **Mistral**, and **Snowflake Arctic** etc, offering a modular architecture suitable for production-grade deployments. | ||||||
|
|
||||||
| ## Features | ||||||
|
|
||||||
| - **Multi-User Authentication** | ||||||
| Secure login and strict data isolation across document sets and chat histories. | ||||||
|
|
||||||
| - **Hybrid LLM Support** | ||||||
| Route queries to Snowflake Cortex or external OpenSource LLM models through secure external functions. | ||||||
|
|
||||||
| - **Multi-Document Knowledge Retrieval** | ||||||
| Supports structred and unstructred data. | ||||||
|
||||||
| Supports structred and unstructred data. | |
| Supports structured and unstructured data. |
Copilot
AI
Jan 5, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "adn" should be "and".
| A simplified demonstration build intended for quick snowflake evaluation adn to get hands on for beginners. | |
| A simplified demonstration build intended for quick snowflake evaluation and to get hands on for beginners. |
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "structred" should be "structured".