GithubHelp home page GithubHelp logo

obsidisearch's Introduction

Obsidisearch

This is a Python app that provides an interface for a personal Obsidian notebook. The app allows a user to ask a question, and the app will answer it using the information in the notebook.

Installation

To install the app, follow these steps:

  1. Clone the repository to your local machine.
  2. Create a virtual environment by running python -m pipenv obsidisearch.
  3. Activate the virtual environment by running python -m pipenv shell.
  4. Edit the config.yaml file with the required options

Usage

To use the app, follow these steps:

  1. Start the app by running python obsidisearch.py within the virtual environment.
  2. Enter a question when prompted.
  3. The app will provide an answer based on the information in the notebook.
  4. The app will create a data file in the persistence_directory directory. This file will be used to store the information that the app has learned from the notebook. If you want to reset the app or have added new notes, simply delete this file and restart the app.

Configuration

The config.yaml file contains the following options:

  • openai_api_key: Your OpenAI API key.
  • obisidian_directory: The directory path where your Obsidian notes are stored.
  • persistence_directory: The directory path where the app will store its data.
  • use_chat_model: Whether to use a chat model or not.
  • openai_model: The OpenAI model to use for generating answers.
  • temperature: The temperature to use when generating answers.
  • prompt: The prompt to use when generating answers.

obsidisearch's People

Contributors

normandabald avatar

Stargazers

Salih Ergut avatar Julien Jung avatar

Watchers

Kostas Georgiou avatar  avatar

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.