Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.18 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.18 KB

Information Search Assistant

Build Status

In an enterprise world of information it's quite difficult to find exactly what you are looking for. ISA will try to make this process effortless and faster.

ISA (Information Search Assistant) is an application that understands questions in an arbitrary form and searches the indexed knowledge base using elasticsearch, which aggregates various sources of knowledge about the product and processes.

Currently, it supports the following knowledge sources:

  • Jira
  • Confluence
  • Answers of other team members

User interaction in this version is carried out through slack chatbot

Scheme of work

alt process

Table of contents

FAQ

List of popular questions and answers.

How to find the path to the config folder of elasticsearch after installation?

  • Run elasticsearch, open in browser {elasticUrl}/_nodes/settings?pretty=true, look at nodes.path.data.