Git Product home page Git Product logo

gpt-search-assistant's Introduction

LangChain Agent GPT Search Assistant

Example of how to use Langchain tool agents evlauate to GPT plugins to give your ChatGPT access to the internet.

Prerequisite packages

The following are the additional packages to run LangChain Agent tools. You may refer to getting started section to install correct versions directly from the conda environment.yml file

pip install python-coinmarketcap

pip install wolframalpha

pip install wikipedia

pip install google-api-python-client

pip install google-search-results

coinmarketcap_search.py file is a Crypto currency Wrapper to coinmarket cap to get the latest prices for over 9k cryptocurrency coins

If you make any updates to your conda environment environment you can re export the dependencies using this command

conda env export | grep -v "^prefix: " > environment.yml

Getting Started

  1. install conda
  2. Create new conda environment based on yaml file
conda env create --file=environment.yml

About SearxNG

SearxNG is a privacy-friendly free metasearch engine that aggregates results from multiple search engines https://docs.searxng.org/admin/engines/configured_engines.html and databases and supports the `OpenSearch https://github.com/dewitt/opensearch/blob/master/opensearch-1-1-draft-6.md specification.

You will need docker to run it from your local machine

follow instruction on git repo https://github.com/searxng/searxng-docker

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.