Skip to content

Commit

Permalink
architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
AIshutin committed Jun 20, 2020
1 parent c8d1437 commit c42ceea
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/architecture/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ The architecture
meta_manager
style_enhancer
algo_recognizer
skill_manager
skill_finder
intent_embedder
4 changes: 4 additions & 0 deletions docs/architecture/intent_embedder.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Intent Embedder
=================

Probably, it will mask named entities before feeding into something like BERT.
5 changes: 5 additions & 0 deletions docs/architecture/skill_finder.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Skill Finder
=================

This is the module for finding skills relevant to the given context. It needs to use an efficient algo,
however, at the beginning Sphere-KNN is ok.
4 changes: 4 additions & 0 deletions docs/architecture/skill_manager.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Skill Manager
===============

This is the module for communications with skills.

0 comments on commit c42ceea

Please sign in to comment.