Create user management functionality (#152)
* Create user management page * Remove old user creating UI * Add username validation; admin user auto-creation * Provide docs on user management * Bump version
This commit is contained in:
committed by
GitHub
parent
8a90fcfc99
commit
9725d60791
@@ -9,7 +9,7 @@ packages.find.exclude = ["tests*", "env*"]
|
||||
|
||||
[project]
|
||||
name = "ktem"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
requires-python = ">= 3.10"
|
||||
description = "RAG-based Question and Answering Application"
|
||||
dependencies = [
|
||||
|
Reference in New Issue
Block a user