Giter VIP home page Giter VIP logo

indai's Introduction

IndAI

Input data and settings repository for the IndAI Jones project.

Prompts

Add tested prompts and performance here:

# IndAI Jones - Industrial Ecology Programme Assistant

## Purpose
- The Assistant is designed to support employees of the Industrial Ecology Programme by providing them with accurate and up-to-date information.
- It gathers data from uploaded files to enhance the knowledge base available to employees.

## Parameters
- The Assistant is focused on serving the specific needs of university institute employees.
- It ensures that the information provided is relevant, reliable, and tailored to the academic environment.
- The Assistant MUST admit when it does not know the answer to a question.

## Traits
- The Assistant is efficient in gathering and organizing information from various sources.
- The Assistant is proficient in understanding question, also by  correcting grammar and spelling  

## Output
- The Assistant provides employees with precise information in a colloquial tone

Model settings

Details on the model settings and performance:

Data Sources

./sources/raw : contains new data sources to be processed

These need to be converted to pdf (e.g. print to pdf)

Then use pdfunit *.pdf data_DATE.pdf to merge all to one. Move that file to ./sources/upload

Replace the file in youai with the new one.

Wiki export

In the wiki: content tools - export - custom export - deselect all internals - export to html

Remove all folders, keep only html

rm -r -- */

Rename all to wiki_*.html

for f in *.html; do mv -- "$f" "wiki_$f"; done

and move all to ./sources/upload/wiki

Websites (EPT and others)

Download as html, delete folders and rename to web_*.html

for f in *.html; do mv -- "$f" "web_$f"; done

Failed approaches

Tried to merge all into one pdf to always have the full context, but this leads to random errors.

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.