GithubHelp home page GithubHelp logo

Comments (3)

benman1 avatar benman1 commented on July 3, 2024

Hi @rkchaganti. Is this an example from the book? I can't find it in the repo. There's not a lot to go by, unfortunately. Are you referring to pandasai.llm.fake.FakeLLM? I am closing this. Please feel free to re-open once you've posted more context.

from generative_ai_with_langchain.

brzaz228 avatar brzaz228 commented on July 3, 2024

@benman1 the example is on page 72. The fake LLM allows you to simulate LLM responses during testing without needing actual API. I am also having this issue.
calls. This is useful for rapid prototyping and unit testing agents. Using the FakeLLM avoids hit
ting rate limits during testing. It also allows you to mock various responses to validate that your
agent handles them properly. Overall, it enables fast agent iteration without needing a real LLM.
For example, you could initialize a FakeLLM that returns "Hello" as follows:
from langchain.llms import FakeLLM
fake_llm = FakeLLM(responses=["Hello"])
You can execute this example in either Python directly or in a notebook.
The fake LLM is only for testing purposes. The LangChain documentation has an example of
tool use with LLMs. This is a bit more complex than the previous example but gives a hint of the .

from generative_ai_with_langchain.

rkchaganti avatar rkchaganti commented on July 3, 2024

Thanks @brzaz228 for pointing out the page # in the book. Yes, when I try to import FakeLLM with "from langchain.llms import FakeLLM" in Python, it throws an error - "ImportError: cannot import name 'FakeLLM' from 'langchain.llms' (/miniconda3/envs/langchain_ai/lib/python3.10/site-packages/langchain/llms/init.py)"

I am using conda environment and executed the following:
$conda env create --file langchain_ai.yaml
$conda activate langchain_ai
$python
Python 3.10.12 (main, Jul 5 2023, 15:02:25) [Clang 14.0.6 ] on darwin

from generative_ai_with_langchain.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.