Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 767 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 767 Bytes

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!