gabykim commited on
Commit
1444b39
·
1 Parent(s): 4d06950

remove quickstart not prepared yet

Browse files
Files changed (1) hide show
  1. README.md +0 -18
README.md CHANGED
@@ -53,24 +53,6 @@ flowchart LR
53
  E --> F[User Interface]
54
  ```
55
 
56
- ## Quick Start
57
-
58
- ```bash
59
- pip install knowlang
60
- ```
61
-
62
- Basic usage:
63
-
64
- ```python
65
- from knowlang import CodebaseRAG
66
-
67
- # Initialize with a repository
68
- rag = CodebaseRAG("huggingface/transformers")
69
-
70
- # Start the chat interface
71
- rag.launch_chat()
72
- ```
73
-
74
  ## Architecture
75
 
76
  KnowLang uses several key technologies:
 
53
  E --> F[User Interface]
54
  ```
55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  ## Architecture
57
 
58
  KnowLang uses several key technologies: