Logo
  • LearnShow sub menu
    • About
    • Knowledge Hub
    • Blog
  • ExploreShow sub menu
    • Opportunities
    • Discussion Forum
    • Ecosystem Map
  • ConnectShow sub menu
    • Community Members
    • Events
Login
GET STARTED
Get started

More Resources

Why Ecosystems Beat Lone Wolves

Other
7
0

Why High-Performing AI Cannot Always Be Trusted: Three Lessons for Organizations Adopting AI

Other
2
0

Beyond the Cloud: Open-Source AI as an R&D Tool for Resource-Constrained Organisations

Other
0
0

The Great AI Wallet Tightening: Why Your AI Bill Just Tripled — and What You Can Do About It

Other
0
0
Knowledge hub

Beyond the Cloud: Open-Source AI as an R&D Tool for Resource-Constrained Organisations

Other
Research & Development
Articles
Share

Details

0
0
Save

Authored by Dr. Philip Riachy

10 minutes
Aug 24, 2026
Beyond the Cloud: Open-Source AI as an R&D Tool for Resource-Constrained Organisations

Abstract

Industrial R&D in Lebanon operates under persistent constraints—limited budgets, unreliable connectivity, and restricted access to expensive digital infrastructure. Yet the rapid rise of open-source large language models offers a concrete and immediate path forward.

This article draws on direct field experience deploying a fully local AI stack to support knowledge-intensive R&D in a Lebanese manufacturing environment.

Running on standard consumer hardware with no cloud dependency, subscription fees, or data privacy concerns, the system enables document querying, knowledge retrieval, and technical decision support across large proprietary corpora.

The core insight is underexplored but actionable: Sophisticated AI-assisted R&D is no longer exclusive to well-funded institutions. With the right open-source tools and modest hardware, Lebanese manufacturers, applied researchers, and SMEs can operationalize AI today.

The Problem: AI Adoption Stalled at the Infrastructure Gap

Artificial intelligence has transformed R&D workflows in pharmaceutical, chemical, and materials industries worldwide. Yet for most Lebanese manufacturers and applied research teams, AI remains a distant aspiration rather than a working tool.

The barriers are well known: Cloud-based AI platforms require stable, fast internet connectivity; enterprise software licences carry costs that bear no relation to local industrial budgets; and, perhaps most critically, cloud solutions require sending proprietary data—formulations, process parameters, and client specifications—to external servers.

For any organisation with confidential intellectual property, that last barrier alone is disqualifying.

This is not a problem unique to Lebanon. Resource-constrained organisations globally face the same infrastructure gap. What has changed is that the open-source AI ecosystem has matured to a point where this gap can be bridged—entirely locally, on hardware that costs no more than a mid-range laptop.

The Approach: A Fully Local AI Stack

The local AI stack described here was developed and tested in an active Lebanese industrial R&D environment. It combines three open-source components:

  • Ollama: A lightweight runtime that allows large language models (LLMs) to run entirely on a local machine, with no internet connection required after the initial setup.
  • AnythingLLM: An open-source document management and chat interface that enables users to upload proprietary documents, build a local knowledge base, and query it using natural language.
  • Compact language models with 3–8 billion parameters: Models small enough to run on CPU-only hardware without requiring a dedicated GPU.

The complete system was deployed on a standard consumer laptop—an Acer Nitro with an entry-level NVIDIA GTX 1050 GPU, although the setup also runs on the CPU alone.

No server infrastructure, cloud account, or ongoing subscription costs were required. The hardware investment is comparable to equipment already present in most Lebanese research or production environments.

In practical terms, a user can load a library of hundreds of technical documents—regulatory guidelines, scientific literature, internal standard operating procedures, and supplier datasheets—and query them in plain language.

The system retrieves relevant passages, synthesises answers, and supports iterative technical decision-making, all without a single byte of data leaving the local machine.

Why Data Privacy Changes Everything

The privacy dimension of local AI deployment deserves particular emphasis because it is frequently underestimated in discussions of AI adoption.

When an organisation feeds its proprietary documents into a cloud-based AI service, it is, in practice, sharing that intellectual property with third-party infrastructure.

For manufacturers, this means formulations, process know-how, and client-specific specifications potentially reside on external servers subject to foreign jurisdiction, data-retention policies, and security vulnerabilities outside the organisation's control.

A fully local AI stack eliminates this exposure entirely. The knowledge base lives on the organisation's own hardware. No external API call is made. No usage data is logged by a third party.

This makes local AI not merely a budget-friendly alternative, but in many cases the only responsible option for organisations handling sensitive technical, commercial, or client data.

For Lebanese businesses in particular—operating in an environment where institutional trust in external platforms may be limited—this local sovereignty over data is a meaningful operational and competitive advantage.

Applications Beyond a Single Sector

While the deployment described here originated in a chemical manufacturing R&D context, the architecture is sector-agnostic. Any knowledge-intensive organisation managing large volumes of proprietary documentation can apply the same approach.

Concrete use cases include:

  • Healthcare and pharmaceuticals: Querying clinical protocols, regulatory dossiers, pharmacopoeial monographs, and patient-care guidelines without exposing sensitive health data to cloud services.
  • Agrifood and agricultural research: Navigating pesticide registration files, soil analysis archives, supply-chain compliance documents, and certification requirements across multiple standards.
  • Legal and consulting firms: Building a secure, searchable knowledge base from case archives, contract templates, and client documentation.
  • Universities and applied research centres: Enabling students and researchers to interact with institutional literature libraries and thesis archives without relying on external paid platforms.

The common thread is not the domain—it is the challenge: large bodies of specialist knowledge that need to be made queryable, searchable, and actionable by practitioners who cannot afford to reread every document for every decision.

What This Requires: Minimum Hardware and Setup

One of the most important claims of this article is that this approach is genuinely accessible.

To support that claim concretely, the minimum viable setup is:

  • A laptop or desktop with at least 8 GB of RAM, although 16 GB is recommended for smoother performance with larger models
  • A modern CPU, such as an Intel Core i5/i7 generation 8

Beyond the Cloud: Open-Source AI as an R&D Tool for Resource-Constrained Organisations

Dr. Philip Riachy
Chief R&D Officer, Soap Inc. SAL | Founder, Skinchara | Lecturer, USEK

Content Type: Applied Insight Article
Sector: ICT & Digital Innovation — AI & Data Science

Abstract

Industrial R&D in Lebanon operates under persistent constraints—limited budgets, unreliable connectivity, and restricted access to expensive digital infrastructure. Yet the rapid rise of open-source large language models offers a concrete and immediate path forward.

This article draws on direct field experience deploying a fully local AI stack to support knowledge-intensive R&D in a Lebanese manufacturing environment. Running on standard consumer hardware with no cloud dependency, subscription fees, or data-privacy concerns, the system enables document querying, knowledge retrieval, and technical decision support across large proprietary corpora.

The core insight is underexplored but actionable: Sophisticated AI-assisted R&D is no longer exclusive to well-funded institutions. With the right open-source tools and modest hardware, Lebanese manufacturers, applied researchers, and SMEs can operationalize AI today.

The Problem: AI Adoption Stalled at the Infrastructure Gap

Artificial intelligence has transformed R&D workflows in pharmaceutical, chemical, and materials industries worldwide. Yet for most Lebanese manufacturers and applied research teams, AI remains a distant aspiration rather than a working tool.

The barriers are well known: Cloud-based AI platforms require stable, fast internet connectivity; enterprise software licences carry costs that bear no relation to local industrial budgets; and, perhaps most critically, cloud solutions require sending proprietary data—formulations, process parameters, and client specifications—to external servers.

For any organisation with confidential intellectual property, that last barrier alone is disqualifying.

This is not a problem unique to Lebanon. Resource-constrained organisations globally face the same infrastructure gap. What has changed is that the open-source AI ecosystem has matured to a point where this gap can be bridged entirely locally, on hardware that costs no more than a mid-range laptop.

The Approach: A Fully Local AI Stack

The local AI stack described here was developed and tested in an active Lebanese industrial R&D environment. It combines three open-source components:

  • Ollama: A lightweight runtime that allows large language models (LLMs) to run entirely on a local machine, with no internet connection required after the initial setup.
  • AnythingLLM: An open-source document management and chat interface that enables users to upload proprietary documents, build a local knowledge base, and query it using natural language.
  • Compact language models with 3–8 billion parameters: Models small enough to run on CPU-only hardware without requiring a dedicated GPU.

The complete system was deployed on a standard consumer laptop—an Acer Nitro with an entry-level NVIDIA GTX 1050 GPU—although the setup can run on a CPU alone.

No server infrastructure, cloud account, or ongoing subscription costs were required. The hardware investment is comparable to equipment already present in most Lebanese research or production environments.

In practical terms, a user can load a library of hundreds of technical documents—regulatory guidelines, scientific literature, internal standard operating procedures, and supplier datasheets—and query them in plain language.

The system retrieves relevant passages, synthesises answers, and supports iterative technical decision-making, all without a single byte of data leaving the local machine.

Why Data Privacy Changes Everything

The privacy dimension of local AI deployment deserves particular emphasis because it is frequently underestimated in discussions of AI adoption.

When an organisation feeds its proprietary documents into a cloud-based AI service, it is, in practice, sharing that intellectual property with third-party infrastructure.

For manufacturers, this means that formulations, process know-how, and client-specific specifications may reside on external servers subject to foreign jurisdiction, data-retention policies, and security vulnerabilities outside the organisation's control.

A fully local AI stack eliminates this exposure entirely. The knowledge base lives on the organisation's own hardware. No external API call is made. No usage data is logged by a third party.

This makes local AI not merely a budget-friendly alternative but, in many cases, the only responsible option for organisations handling sensitive technical, commercial, or client data.

For Lebanese businesses in particular—operating in an environment where institutional trust in external platforms may be limited—this local sovereignty over data is a meaningful operational and competitive advantage.

Applications Beyond a Single Sector

While the deployment described here originated in a chemical manufacturing R&D context, the architecture is sector-agnostic.

Any knowledge-intensive organisation managing large volumes of proprietary documentation can apply the same approach.

Concrete use cases include:

  • Healthcare and pharmaceuticals: Querying clinical protocols, regulatory dossiers, pharmacopoeial monographs, and patient-care guidelines without exposing sensitive health data to cloud services.
  • Agrifood and agricultural research: Navigating pesticide registration files, soil-analysis archives, supply-chain compliance documents, and certification requirements across multiple standards.
  • Legal and consulting firms: Building a secure, searchable knowledge base from case archives, contract templates, and client documentation.
  • Universities and applied research centres: Enabling students and researchers to interact with institutional literature libraries and thesis archives without relying on external paid platforms.

The common thread is not the domain—it is the challenge: large bodies of specialist knowledge that need to be made queryable, searchable, and actionable by practitioners who cannot afford to reread every document for every decision.

What This Requires: Minimum Hardware and Setup

One of the most important claims of this article is that this approach is genuinely accessible.

To support that claim concretely, the minimum viable setup is:

  • A laptop or desktop with at least 8 GB of RAM, although 16 GB is recommended for smoother performance with larger models.
  • A modern CPU, such as an eighth-generation or newer Intel Core i5/i7 or an AMD Ryzen equivalent. A GPU is helpful but not required.
  • Approximately 5–10 GB of free storage for models and the document library.
  • A one-time internet connection to download Ollama, AnythingLLM, and the chosen language model, after which the system operates fully offline.

Setup time for a technically literate user is typically under two hours.

No programming knowledge is required to operate AnythingLLM. The interface is browser-based and intuitive. Documents are uploaded in standard formats, including PDF, Word, and text, while querying is performed using natural language.

Lessons Learned and Practical Recommendations

Based on field deployment, several practical lessons are worth sharing with organisations considering this path:

  • Start with a focused document library: A curated set of 50–200 highly relevant documents outperforms a poorly organised library of thousands. The quality of the input directly determines the quality of the output.
  • Choose models appropriate to your hardware: Compact models with 3–8 billion parameters run well on consumer CPUs and deliver strong performance for technical document querying. Larger models offer diminishing returns without dedicated GPU hardware.
  • Treat the system as a decision-support tool, not an oracle: Outputs should be verified against source documents, particularly for regulatory or safety-critical queries. The system excels at surfacing and synthesising relevant information, but final judgement remains with the expert.
  • Institutional adoption is the next frontier: A shared local server accessible across a team or department—even a repurposed desktop machine—can extend these capabilities to entire organisations with minimal additional investment.

Conclusion

The infrastructure gap that has long excluded Lebanese SMEs, researchers, and manufacturers from AI-assisted R&D is narrowing rapidly.

Open-source tools have reached a level of maturity where a capable, privacy-preserving, offline AI knowledge system can be deployed for zero recurring cost on hardware most organisations already own.

The question is no longer whether local AI is technically feasible in a resource-constrained environment—it is.

The question is whether Lebanese innovation actors will move beyond theoretical interest to practical implementation.

The tools are available. The hardware threshold is low. The privacy argument is compelling. What remains is the will to act.

References

  1. Ollama. Open-Source Local LLM Runtime.
    https://ollama.com
  2. AnythingLLM. Open-Source Private AI for Documents.
    https://anythingllm.com
  3. Touvron, H. et al. (2023). “LLaMA: Open and Efficient Foundation Language Models.” arXiv:2302.13971.
  4. Lewis, P. et al. (2020). “Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks.” NeurIPS 2020.
  5. Mistral AI. (2023). Mistral 7B.
    https://mistral.ai/news/announcing-mistral-7b/
Share

Skills you’ll gain

Abstract Industrial R&D in Lebanon operates under persistent constraints—limited budgets, unreliable connectivity, and restricted access to expensive digital infrastructure. Yet the rapid rise of open-source large language models offers a concrete and immediate path forward. This article draws on direct field experience deploying a fully local AI stack to support knowledge-intensive R&D in a Lebanese manufacturing environment. Running on standard consumer hardware with no cloud dependency, subscription fees, or data privacy concerns, the system enables document querying, knowledge retrieval, and technical decision support across large proprietary corpora. The core insight is underexplored but actionable: Sophisticated AI-assisted R&D is no longer exclusive to well-funded institutions. With the right open-source tools and modest hardware, Lebanese manufacturers, applied researchers, and SMEs can operationalize AI today. The Problem: AI Adoption Stalled at the Infrastructure Gap Artificial intelligence has transformed R&D workflows in pharmaceutical, chemical, and materials industries worldwide. Yet for most Lebanese manufacturers and applied research teams, AI remains a distant aspiration rather than a working tool. The barriers are well known: Cloud-based AI platforms require stable, fast internet connectivity; enterprise software licences carry costs that bear no relation to local industrial budgets; and, perhaps most critically, cloud solutions require sending proprietary data—formulations, process parameters, and client specifications—to external servers. For any organisation with confidential intellectual property, that last barrier alone is disqualifying. This is not a problem unique to Lebanon. Resource-constrained organisations globally face the same infrastructure gap. What has changed is that the open-source AI ecosystem has matured to a point where this gap can be bridged—entirely locally, on hardware that costs no more than a mid-range laptop. The Approach: A Fully Local AI Stack The local AI stack described here was developed and tested in an active Lebanese industrial R&D environment. It combines three open-source components: Ollama: A lightweight runtime that allows large language models (LLMs) to run entirely on a local machine, with no internet connection required after the initial setup. AnythingLLM: An open-source document management and chat interface that enables users to upload proprietary documents, build a local knowledge base, and query it using natural language. Compact language models with 3–8 billion parameters: Models small enough to run on CPU-only hardware without requiring a dedicated GPU. The complete system was deployed on a standard consumer laptop—an Acer Nitro with an entry-level NVIDIA GTX 1050 GPU, although the setup also runs on the CPU alone. No server infrastructure, cloud account, or ongoing subscription costs were required. The hardware investment is comparable to equipment already present in most Lebanese research or production environments. In practical terms, a user can load a library of hundreds of technical documents—regulatory guidelines, scientific literature, internal standard operating procedures, and supplier datasheets—and query them in plain language. The system retrieves relevant passages, synthesises answers, and supports iterative technical decision-making, all without a single byte of data leaving the local machine. Why Data Privacy Changes Everything The privacy dimension of local AI deployment deserves particular emphasis because it is frequently underestimated in discussions of AI adoption. When an organisation feeds its proprietary documents into a cloud-based AI service, it is, in practice, sharing that intellectual property with third-party infrastructure. For manufacturers, this means formulations, process know-how, and client-specific specifications potentially reside on external servers subject to foreign jurisdiction, data-retention policies, and security vulnerabilities outside the organisation's control. A fully local AI stack eliminates this exposure entirely. The knowledge base lives on the organisation's own hardware. No external API call is made. No usage data is logged by a third party. This makes local AI not merely a budget-friendly alternative, but in many cases the only responsible option for organisations handling sensitive technical, commercial, or client data. For Lebanese businesses in particular—operating in an environment where institutional trust in external platforms may be limited—this local sovereignty over data is a meaningful operational and competitive advantage. Applications Beyond a Single Sector While the deployment described here originated in a chemical manufacturing R&D context, the architecture is sector-agnostic. Any knowledge-intensive organisation managing large volumes of proprietary documentation can apply the same approach. Concrete use cases include: Healthcare and pharmaceuticals: Querying clinical protocols, regulatory dossiers, pharmacopoeial monographs, and patient-care guidelines without exposing sensitive health data to cloud services. Agrifood and agricultural research: Navigating pesticide registration files, soil analysis archives, supply-chain compliance documents, and certification requirements across multiple standards. Legal and consulting firms: Building a secure, searchable knowledge base from case archives, contract templates, and client documentation. Universities and applied research centres: Enabling students and researchers to interact with institutional literature libraries and thesis archives without relying on external paid platforms. The common thread is not the domain—it is the challenge: large bodies of specialist knowledge that need to be made queryable, searchable, and actionable by practitioners who cannot afford to reread every document for every decision. What This Requires: Minimum Hardware and Setup One of the most important claims of this article is that this approach is genuinely accessible. To support that claim concretely, the minimum viable setup is: A laptop or desktop with at least 8 GB of RAM, although 16 GB is recommended for smoother performance with larger models A modern CPU, such as an Intel Core i5/i7 generation 8 Beyond the Cloud: Open-Source AI as an R&D Tool for Resource-Constrained Organisations Dr. Philip Riachy Chief R&D Officer, Soap Inc. SAL | Founder, Skinchara | Lecturer, USEK Content Type: Applied Insight Article Sector: ICT & Digital Innovation — AI & Data Science Abstract Industrial R&D in Lebanon operates under persistent constraints—limited budgets, unreliable connectivity, and restricted access to expensive digital infrastructure. Yet the rapid rise of open-source large language models offers a concrete and immediate path forward. This article draws on direct field experience deploying a fully local AI stack to support knowledge-intensive R&D in a Lebanese manufacturing environment. Running on standard consumer hardware with no cloud dependency, subscription fees, or data-privacy concerns, the system enables document querying, knowledge retrieval, and technical decision support across large proprietary corpora. The core insight is underexplored but actionable: Sophisticated AI-assisted R&D is no longer exclusive to well-funded institutions. With the right open-source tools and modest hardware, Lebanese manufacturers, applied researchers, and SMEs can operationalize AI today. The Problem: AI Adoption Stalled at the Infrastructure Gap Artificial intelligence has transformed R&D workflows in pharmaceutical, chemical, and materials industries worldwide. Yet for most Lebanese manufacturers and applied research teams, AI remains a distant aspiration rather than a working tool. The barriers are well known: Cloud-based AI platforms require stable, fast internet connectivity; enterprise software licences carry costs that bear no relation to local industrial budgets; and, perhaps most critically, cloud solutions require sending proprietary data—formulations, process parameters, and client specifications—to external servers. For any organisation with confidential intellectual property, that last barrier alone is disqualifying. This is not a problem unique to Lebanon. Resource-constrained organisations globally face the same infrastructure gap. What has changed is that the open-source AI ecosystem has matured to a point where this gap can be bridged entirely locally, on hardware that costs no more than a mid-range laptop. The Approach: A Fully Local AI Stack The local AI stack described here was developed and tested in an active Lebanese industrial R&D environment. It combines three open-source components: Ollama: A lightweight runtime that allows large language models (LLMs) to run entirely on a local machine, with no internet connection required after the initial setup. AnythingLLM: An open-source document management and chat interface that enables users to upload proprietary documents, build a local knowledge base, and query it using natural language. Compact language models with 3–8 billion parameters: Models small enough to run on CPU-only hardware without requiring a dedicated GPU. The complete system was deployed on a standard consumer laptop—an Acer Nitro with an entry-level NVIDIA GTX 1050 GPU—although the setup can run on a CPU alone. No server infrastructure, cloud account, or ongoing subscription costs were required. The hardware investment is comparable to equipment already present in most Lebanese research or production environments. In practical terms, a user can load a library of hundreds of technical documents—regulatory guidelines, scientific literature, internal standard operating procedures, and supplier datasheets—and query them in plain language. The system retrieves relevant passages, synthesises answers, and supports iterative technical decision-making, all without a single byte of data leaving the local machine. Why Data Privacy Changes Everything The privacy dimension of local AI deployment deserves particular emphasis because it is frequently underestimated in discussions of AI adoption. When an organisation feeds its proprietary documents into a cloud-based AI service, it is, in practice, sharing that intellectual property with third-party infrastructure. For manufacturers, this means that formulations, process know-how, and client-specific specifications may reside on external servers subject to foreign jurisdiction, data-retention policies, and security vulnerabilities outside the organisation's control. A fully local AI stack eliminates this exposure entirely. The knowledge base lives on the organisation's own hardware. No external API call is made. No usage data is logged by a third party. This makes local AI not merely a budget-friendly alternative but, in many cases, the only responsible option for organisations handling sensitive technical, commercial, or client data. For Lebanese businesses in particular—operating in an environment where institutional trust in external platforms may be limited—this local sovereignty over data is a meaningful operational and competitive advantage. Applications Beyond a Single Sector While the deployment described here originated in a chemical manufacturing R&D context, the architecture is sector-agnostic. Any knowledge-intensive organisation managing large volumes of proprietary documentation can apply the same approach. Concrete use cases include: Healthcare and pharmaceuticals: Querying clinical protocols, regulatory dossiers, pharmacopoeial monographs, and patient-care guidelines without exposing sensitive health data to cloud services. Agrifood and agricultural research: Navigating pesticide registration files, soil-analysis archives, supply-chain compliance documents, and certification requirements across multiple standards. Legal and consulting firms: Building a secure, searchable knowledge base from case archives, contract templates, and client documentation. Universities and applied research centres: Enabling students and researchers to interact with institutional literature libraries and thesis archives without relying on external paid platforms. The common thread is not the domain—it is the challenge: large bodies of specialist knowledge that need to be made queryable, searchable, and actionable by practitioners who cannot afford to reread every document for every decision. What This Requires: Minimum Hardware and Setup One of the most important claims of this article is that this approach is genuinely accessible. To support that claim concretely, the minimum viable setup is: A laptop or desktop with at least 8 GB of RAM, although 16 GB is recommended for smoother performance with larger models. A modern CPU, such as an eighth-generation or newer Intel Core i5/i7 or an AMD Ryzen equivalent. A GPU is helpful but not required. Approximately 5–10 GB of free storage for models and the document library. A one-time internet connection to download Ollama, AnythingLLM, and the chosen language model, after which the system operates fully offline. Setup time for a technically literate user is typically under two hours. No programming knowledge is required to operate AnythingLLM. The interface is browser-based and intuitive. Documents are uploaded in standard formats, including PDF, Word, and text, while querying is performed using natural language. Lessons Learned and Practical Recommendations Based on field deployment, several practical lessons are worth sharing with organisations considering this path: Start with a focused document library: A curated set of 50–200 highly relevant documents outperforms a poorly organised library of thousands. The quality of the input directly determines the quality of the output. Choose models appropriate to your hardware: Compact models with 3–8 billion parameters run well on consumer CPUs and deliver strong performance for technical document querying. Larger models offer diminishing returns without dedicated GPU hardware. Treat the system as a decision-support tool, not an oracle: Outputs should be verified against source documents, particularly for regulatory or safety-critical queries. The system excels at surfacing and synthesising relevant information, but final judgement remains with the expert. Institutional adoption is the next frontier: A shared local server accessible across a team or department—even a repurposed desktop machine—can extend these capabilities to entire organisations with minimal additional investment. Conclusion The infrastructure gap that has long excluded Lebanese SMEs, researchers, and manufacturers from AI-assisted R&D is narrowing rapidly. Open-source tools have reached a level of maturity where a capable, privacy-preserving, offline AI knowledge system can be deployed for zero recurring cost on hardware most organisations already own. The question is no longer whether local AI is technically feasible in a resource-constrained environment—it is. The question is whether Lebanese innovation actors will move beyond theoretical interest to practical implementation. The tools are available. The hardware threshold is low. The privacy argument is compelling. What remains is the will to act. References Ollama. Open-Source Local LLM Runtime. https://ollama.com AnythingLLM. Open-Source Private AI for Documents. https://anythingllm.com Touvron, H. et al. (2023). “LLaMA: Open and Efficient Foundation Language Models.” arXiv:2302.13971. Lewis, P. et al. (2020). “Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks.” NeurIPS 2020. Mistral AI. (2023). Mistral 7B. https://mistral.ai/news/announcing-mistral-7b/