Skip to content

dimasjackson/langchain-wikibase-agent

 
 

Repository files navigation

Wikidata Chat

Usage

  • Create a python virtual env and install the requirements.txt packages.
  • Export your GOOGLE_APY_KEY as env variable.
  • Run the ui.py file
  • The Wikidata Chat must be running on http://localhost:7860

image

This repository contains work on a langchain agent for question answering against a Wikidata or any local instance of Wikibase/Mediawiki.

We've added agents that can connect to locally running LLMs via Ollama, like Mixtral 70b and remote running via API like Google Gemini pro. Also, a simple chatbot user interface built with Gradio was added.

At present, this work is very preliminary, contributions are welcome!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 52.3%
  • Python 47.7%