Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LlamaIndexTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
run-llama
LlamaIndexTS
Commits
5752fb69
Commit
5752fb69
authored
1 year ago
by
Logan Markewich
Browse files
Options
Downloads
Patches
Plain Diff
organize modules
parent
f36f4b2d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/docs/docs/api/modules.md
+109
-71
109 additions, 71 deletions
apps/docs/docs/api/modules.md
with
109 additions
and
71 deletions
apps/docs/docs/api/modules.md
+
109
−
71
View file @
5752fb69
...
@@ -16,41 +16,79 @@ custom_edit_url: null
...
@@ -16,41 +16,79 @@ custom_edit_url: null
## Classes
## Classes
-
[
BaseEmbedding
](
classes/BaseEmbedding.md
)
### Callbacks
-
[
BaseIndex
](
classes/BaseIndex.md
)
-
[
BaseNode
](
classes/BaseNode.md
)
-
[
CallbackManager
](
classes/CallbackManager.md
)
-
[
CallbackManager
](
classes/CallbackManager.md
)
-
[
ChatGPTLLMPredictor
](
classes/ChatGPTLLMPredictor.md
)
-
[
CompactAndRefine
](
classes/CompactAndRefine.md
)
### Chat Engines
-
[
CondenseQuestionChatEngine
](
classes/CondenseQuestionChatEngine.md
)
-
[
CondenseQuestionChatEngine
](
classes/CondenseQuestionChatEngine.md
)
-
[
ContextChatEngine
](
classes/ContextChatEngine.md
)
-
[
ContextChatEngine
](
classes/ContextChatEngine.md
)
-
[
Document
](
classes/Document.md
)
-
[
SimpleChatEngine
](
classes/SimpleChatEngine.md
)
### Data Loaders
-
[
InMemoryFileSystem
](
classes/InMemoryFileSystem.md
)
-
[
InMemoryFileSystem
](
classes/InMemoryFileSystem.md
)
-
[
TextFileReader
](
classes/TextFileReader.md
)
### Documents / Nodes
-
[
BaseNode
](
classes/BaseNode.md
)
-
[
Document
](
classes/Document.md
)
-
[
IndexNode
](
classes/IndexNode.md
)
-
[
TextNode
](
classes/TextNode.md
)
### Embeddings
-
[
BaseEmbedding
](
classes/BaseEmbedding.md
)
-
[
OpenAIEmbedding
](
classes/OpenAIEmbedding.md
)
### LLMs
-
[
ChatGPTLLMPredictor
](
classes/ChatGPTLLMPredictor.md
)
-
[
OpenAI
](
classes/OpenAI.md
)
### Indices
-
[
BaseIndex
](
classes/BaseIndex.md
)
-
[
ListIndex
](
classes/ListIndex.md
)
-
[
VectorStoreIndex
](
classes/VectorStoreIndex.md
)
### Index Structures
-
[
IndexDict
](
classes/IndexDict.md
)
-
[
IndexDict
](
classes/IndexDict.md
)
-
[
IndexList
](
classes/IndexList.md
)
-
[
IndexList
](
classes/IndexList.md
)
-
[
IndexNode
](
classes/IndexNode.md
)
-
[
IndexStruct
](
classes/IndexStruct.md
)
-
[
IndexStruct
](
classes/IndexStruct.md
)
-
[
LLMQuestionGenerator
](
classes/LLMQuestionGenerator.md
)
-
[
ListIndex
](
classes/ListIndex.md
)
### Responses
-
[
ListIndexLLMRetriever
](
classes/ListIndexLLMRetriever.md
)
-
[
ListIndexRetriever
](
classes/ListIndexRetriever.md
)
-
[
CompactAndRefine
](
classes/CompactAndRefine.md
)
-
[
OpenAI
](
classes/OpenAI.md
)
-
[
OpenAIEmbedding
](
classes/OpenAIEmbedding.md
)
-
[
Refine
](
classes/Refine.md
)
-
[
Refine
](
classes/Refine.md
)
-
[
Response
](
classes/Response.md
)
-
[
Response
](
classes/Response.md
)
-
[
ResponseSynthesizer
](
classes/ResponseSynthesizer.md
)
-
[
ResponseSynthesizer
](
classes/ResponseSynthesizer.md
)
-
[
RetrieverQueryEngine
](
classes/RetrieverQueryEngine.md
)
-
[
SentenceSplitter
](
classes/SentenceSplitter.md
)
-
[
SimpleChatEngine
](
classes/SimpleChatEngine.md
)
-
[
SimpleNodeParser
](
classes/SimpleNodeParser.md
)
-
[
SimpleResponseBuilder
](
classes/SimpleResponseBuilder.md
)
-
[
SimpleResponseBuilder
](
classes/SimpleResponseBuilder.md
)
-
[
SubQuestionOutputParser
](
classes/SubQuestionOutputParser.md
)
-
[
SubQuestionQueryEngine
](
classes/SubQuestionQueryEngine.md
)
-
[
TextFileReader
](
classes/TextFileReader.md
)
-
[
TextNode
](
classes/TextNode.md
)
-
[
TreeSummarize
](
classes/TreeSummarize.md
)
-
[
TreeSummarize
](
classes/TreeSummarize.md
)
### Retrievers
-
[
ListIndexLLMRetriever
](
classes/ListIndexLLMRetriever.md
)
-
[
ListIndexRetriever
](
classes/ListIndexRetriever.md
)
-
[
VectorIndexRetriever
](
classes/VectorIndexRetriever.md
)
-
[
VectorIndexRetriever
](
classes/VectorIndexRetriever.md
)
-
[
VectorStoreIndex
](
classes/VectorStoreIndex.md
)
### Text Splitters / Parsers
-
[
SentenceSplitter
](
classes/SentenceSplitter.md
)
-
[
SimpleNodeParser
](
classes/SimpleNodeParser.md
)
### Query Engines
-
[
RetrieverQueryEngine
](
classes/RetrieverQueryEngine.md
)
-
[
SubQuestionQueryEngine
](
classes/SubQuestionQueryEngine.md
)
### Utils
-
[
LLMQuestionGenerator
](
classes/LLMQuestionGenerator.md
)
-
[
SubQuestionOutputParser
](
classes/SubQuestionOutputParser.md
)
## Interfaces
## Interfaces
...
@@ -93,7 +131,7 @@ custom_edit_url: null
...
@@ -93,7 +131,7 @@ custom_edit_url: null
#### Defined in
#### Defined in
[
storage/FileSystem.ts:49
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/storage/FileSystem.ts#L49
)
[
storage/FileSystem.ts:49
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/storage/FileSystem.ts#L49
)
__
_
__
_
...
@@ -103,7 +141,7 @@ ___
...
@@ -103,7 +141,7 @@ ___
#### Defined in
#### Defined in
[
LLM.ts:25
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/LLM.ts#L25
)
[
LLM.ts:25
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/LLM.ts#L25
)
__
_
__
_
...
@@ -113,7 +151,7 @@ ___
...
@@ -113,7 +151,7 @@ ___
#### Defined in
#### Defined in
[
callbacks/CallbackManager.ts:11
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/callbacks/CallbackManager.ts#L11
)
[
callbacks/CallbackManager.ts:11
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/callbacks/CallbackManager.ts#L11
)
__
_
__
_
...
@@ -123,7 +161,7 @@ ___
...
@@ -123,7 +161,7 @@ ___
#### Defined in
#### Defined in
[
callbacks/CallbackManager.ts:12
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/callbacks/CallbackManager.ts#L12
)
[
callbacks/CallbackManager.ts:12
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/callbacks/CallbackManager.ts#L12
)
__
_
__
_
...
@@ -133,7 +171,7 @@ ___
...
@@ -133,7 +171,7 @@ ___
#### Defined in
#### Defined in
[
Node.ts:32
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/Node.ts#L32
)
[
Node.ts:32
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/Node.ts#L32
)
__
_
__
_
...
@@ -152,7 +190,7 @@ ___
...
@@ -152,7 +190,7 @@ ___
#### Defined in
#### Defined in
[
readers/SimpleDirectoryReader.ts:26
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/readers/SimpleDirectoryReader.ts#L26
)
[
readers/SimpleDirectoryReader.ts:26
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/readers/SimpleDirectoryReader.ts#L26
)
__
_
__
_
...
@@ -180,7 +218,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
...
@@ -180,7 +218,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
#### Defined in
#### Defined in
[
Prompt.ts:10
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/Prompt.ts#L10
)
[
Prompt.ts:10
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/Prompt.ts#L10
)
## Variables
## Variables
...
@@ -201,7 +239,7 @@ We currently support GPT-3.5 and GPT-4 models
...
@@ -201,7 +239,7 @@ We currently support GPT-3.5 and GPT-4 models
#### Defined in
#### Defined in
[
LLM.ts:57
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/LLM.ts#L57
)
[
LLM.ts:57
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/LLM.ts#L57
)
__
_
__
_
...
@@ -211,7 +249,7 @@ ___
...
@@ -211,7 +249,7 @@ ___
#### Defined in
#### Defined in
[
constants.ts:5
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/constants.ts#L5
)
[
constants.ts:5
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/constants.ts#L5
)
__
_
__
_
...
@@ -221,7 +259,7 @@ ___
...
@@ -221,7 +259,7 @@ ___
#### Defined in
#### Defined in
[
constants.ts:6
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/constants.ts#L6
)
[
constants.ts:6
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/constants.ts#L6
)
__
_
__
_
...
@@ -231,7 +269,7 @@ ___
...
@@ -231,7 +269,7 @@ ___
#### Defined in
#### Defined in
[
constants.ts:4
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/constants.ts#L4
)
[
constants.ts:4
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/constants.ts#L4
)
__
_
__
_
...
@@ -241,7 +279,7 @@ ___
...
@@ -241,7 +279,7 @@ ___
#### Defined in
#### Defined in
[
storage/constants.ts:1
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/storage/constants.ts#L1
)
[
storage/constants.ts:1
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/storage/constants.ts#L1
)
__
_
__
_
...
@@ -251,7 +289,7 @@ ___
...
@@ -251,7 +289,7 @@ ___
#### Defined in
#### Defined in
[
constants.ts:1
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/constants.ts#L1
)
[
constants.ts:1
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/constants.ts#L1
)
__
_
__
_
...
@@ -261,7 +299,7 @@ ___
...
@@ -261,7 +299,7 @@ ___
#### Defined in
#### Defined in
[
storage/constants.ts:4
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/storage/constants.ts#L4
)
[
storage/constants.ts:4
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/storage/constants.ts#L4
)
__
_
__
_
...
@@ -271,7 +309,7 @@ ___
...
@@ -271,7 +309,7 @@ ___
#### Defined in
#### Defined in
[
constants.ts:10
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/constants.ts#L10
)
[
constants.ts:10
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/constants.ts#L10
)
__
_
__
_
...
@@ -281,7 +319,7 @@ ___
...
@@ -281,7 +319,7 @@ ___
#### Defined in
#### Defined in
[
storage/FileSystem.ts:62
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/storage/FileSystem.ts#L62
)
[
storage/FileSystem.ts:62
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/storage/FileSystem.ts#L62
)
__
_
__
_
...
@@ -291,7 +329,7 @@ ___
...
@@ -291,7 +329,7 @@ ___
#### Defined in
#### Defined in
[
storage/constants.ts:6
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/storage/constants.ts#L6
)
[
storage/constants.ts:6
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/storage/constants.ts#L6
)
__
_
__
_
...
@@ -301,7 +339,7 @@ ___
...
@@ -301,7 +339,7 @@ ___
#### Defined in
#### Defined in
[
storage/constants.ts:3
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/storage/constants.ts#L3
)
[
storage/constants.ts:3
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/storage/constants.ts#L3
)
__
_
__
_
...
@@ -311,7 +349,7 @@ ___
...
@@ -311,7 +349,7 @@ ___
#### Defined in
#### Defined in
[
storage/constants.ts:7
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/storage/constants.ts#L7
)
[
storage/constants.ts:7
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/storage/constants.ts#L7
)
__
_
__
_
...
@@ -321,7 +359,7 @@ ___
...
@@ -321,7 +359,7 @@ ___
#### Defined in
#### Defined in
[
constants.ts:2
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/constants.ts#L2
)
[
constants.ts:2
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/constants.ts#L2
)
__
_
__
_
...
@@ -331,7 +369,7 @@ ___
...
@@ -331,7 +369,7 @@ ___
#### Defined in
#### Defined in
[
constants.ts:11
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/constants.ts#L11
)
[
constants.ts:11
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/constants.ts#L11
)
__
_
__
_
...
@@ -341,7 +379,7 @@ ___
...
@@ -341,7 +379,7 @@ ___
#### Defined in
#### Defined in
[
storage/constants.ts:2
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/storage/constants.ts#L2
)
[
storage/constants.ts:2
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/storage/constants.ts#L2
)
__
_
__
_
...
@@ -351,7 +389,7 @@ ___
...
@@ -351,7 +389,7 @@ ___
#### Defined in
#### Defined in
[
constants.ts:7
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/constants.ts#L7
)
[
constants.ts:7
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/constants.ts#L7
)
__
_
__
_
...
@@ -361,7 +399,7 @@ ___
...
@@ -361,7 +399,7 @@ ___
#### Defined in
#### Defined in
[
storage/constants.ts:5
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/storage/constants.ts#L5
)
[
storage/constants.ts:5
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/storage/constants.ts#L5
)
__
_
__
_
...
@@ -378,7 +416,7 @@ ___
...
@@ -378,7 +416,7 @@ ___
#### Defined in
#### Defined in
[
LLM.ts:44
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/LLM.ts#L44
)
[
LLM.ts:44
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/LLM.ts#L44
)
__
_
__
_
...
@@ -395,7 +433,7 @@ ___
...
@@ -395,7 +433,7 @@ ___
#### Defined in
#### Defined in
[
LLM.ts:49
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/LLM.ts#L49
)
[
LLM.ts:49
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/LLM.ts#L49
)
__
_
__
_
...
@@ -405,7 +443,7 @@ ___
...
@@ -405,7 +443,7 @@ ___
#### Defined in
#### Defined in
[
GlobalsHelper.ts:42
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/GlobalsHelper.ts#L42
)
[
GlobalsHelper.ts:42
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/GlobalsHelper.ts#L42
)
## Functions
## Functions
...
@@ -425,7 +463,7 @@ ___
...
@@ -425,7 +463,7 @@ ___
#### Defined in
#### Defined in
[
Prompt.ts:198
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/Prompt.ts#L198
)
[
Prompt.ts:198
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/Prompt.ts#L198
)
__
_
__
_
...
@@ -449,7 +487,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
...
@@ -449,7 +487,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
#### Defined in
#### Defined in
[
Prompt.ts:10
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/Prompt.ts#L10
)
[
Prompt.ts:10
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/Prompt.ts#L10
)
__
_
__
_
...
@@ -473,7 +511,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
...
@@ -473,7 +511,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
#### Defined in
#### Defined in
[
Prompt.ts:10
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/Prompt.ts#L10
)
[
Prompt.ts:10
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/Prompt.ts#L10
)
__
_
__
_
...
@@ -497,7 +535,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
...
@@ -497,7 +535,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
#### Defined in
#### Defined in
[
Prompt.ts:10
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/Prompt.ts#L10
)
[
Prompt.ts:10
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/Prompt.ts#L10
)
__
_
__
_
...
@@ -521,7 +559,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
...
@@ -521,7 +559,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
#### Defined in
#### Defined in
[
Prompt.ts:10
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/Prompt.ts#L10
)
[
Prompt.ts:10
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/Prompt.ts#L10
)
__
_
__
_
...
@@ -545,7 +583,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
...
@@ -545,7 +583,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
#### Defined in
#### Defined in
[
Prompt.ts:10
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/Prompt.ts#L10
)
[
Prompt.ts:10
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/Prompt.ts#L10
)
__
_
__
_
...
@@ -569,7 +607,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
...
@@ -569,7 +607,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
#### Defined in
#### Defined in
[
Prompt.ts:10
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/Prompt.ts#L10
)
[
Prompt.ts:10
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/Prompt.ts#L10
)
__
_
__
_
...
@@ -593,7 +631,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
...
@@ -593,7 +631,7 @@ NOTE 2: we default to empty string to make it easy to calculate prompt sizes
#### Defined in
#### Defined in
[
Prompt.ts:10
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/Prompt.ts#L10
)
[
Prompt.ts:10
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/Prompt.ts#L10
)
__
_
__
_
...
@@ -619,7 +657,7 @@ A promise that resolves to true if the file exists, false otherwise.
...
@@ -619,7 +657,7 @@ A promise that resolves to true if the file exists, false otherwise.
#### Defined in
#### Defined in
[
storage/FileSystem.ts:74
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/storage/FileSystem.ts#L74
)
[
storage/FileSystem.ts:74
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/storage/FileSystem.ts#L74
)
__
_
__
_
...
@@ -633,7 +671,7 @@ ___
...
@@ -633,7 +671,7 @@ ___
#### Defined in
#### Defined in
[
storage/FileSystem.ts:51
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/storage/FileSystem.ts#L51
)
[
storage/FileSystem.ts:51
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/storage/FileSystem.ts#L51
)
__
_
__
_
...
@@ -656,7 +694,7 @@ ___
...
@@ -656,7 +694,7 @@ ___
#### Defined in
#### Defined in
[
NodeParser.ts:15
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/NodeParser.ts#L15
)
[
NodeParser.ts:15
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/NodeParser.ts#L15
)
__
_
__
_
...
@@ -676,7 +714,7 @@ ___
...
@@ -676,7 +714,7 @@ ___
#### Defined in
#### Defined in
[
ResponseSynthesizer.ts:212
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/ResponseSynthesizer.ts#L212
)
[
ResponseSynthesizer.ts:212
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/ResponseSynthesizer.ts#L212
)
__
_
__
_
...
@@ -697,7 +735,7 @@ ___
...
@@ -697,7 +735,7 @@ ___
#### Defined in
#### Defined in
[
NodeParser.ts:5
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/NodeParser.ts#L5
)
[
NodeParser.ts:5
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/NodeParser.ts#L5
)
__
_
__
_
...
@@ -723,7 +761,7 @@ Get the top K embeddings from a list of embeddings ordered by similarity to the
...
@@ -723,7 +761,7 @@ Get the top K embeddings from a list of embeddings ordered by similarity to the
#### Defined in
#### Defined in
[
Embedding.ts:77
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/Embedding.ts#L77
)
[
Embedding.ts:77
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/Embedding.ts#L77
)
__
_
__
_
...
@@ -747,7 +785,7 @@ ___
...
@@ -747,7 +785,7 @@ ___
#### Defined in
#### Defined in
[
Embedding.ts:119
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/Embedding.ts#L119
)
[
Embedding.ts:119
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/Embedding.ts#L119
)
__
_
__
_
...
@@ -773,7 +811,7 @@ ___
...
@@ -773,7 +811,7 @@ ___
#### Defined in
#### Defined in
[
Embedding.ts:131
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/Embedding.ts#L131
)
[
Embedding.ts:131
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/Embedding.ts#L131
)
__
_
__
_
...
@@ -793,7 +831,7 @@ ___
...
@@ -793,7 +831,7 @@ ___
#### Defined in
#### Defined in
[
Prompt.ts:300
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/Prompt.ts#L300
)
[
Prompt.ts:300
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/Prompt.ts#L300
)
__
_
__
_
...
@@ -813,7 +851,7 @@ ___
...
@@ -813,7 +851,7 @@ ___
#### Defined in
#### Defined in
[
ServiceContext.ts:32
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/ServiceContext.ts#L32
)
[
ServiceContext.ts:32
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/ServiceContext.ts#L32
)
__
_
__
_
...
@@ -842,7 +880,7 @@ ___
...
@@ -842,7 +880,7 @@ ___
#### Defined in
#### Defined in
[
ServiceContext.ts:52
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/ServiceContext.ts#L52
)
[
ServiceContext.ts:52
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/ServiceContext.ts#L52
)
__
_
__
_
...
@@ -868,7 +906,7 @@ similartiy score with higher numbers meaning the two embeddings are more similar
...
@@ -868,7 +906,7 @@ similartiy score with higher numbers meaning the two embeddings are more similar
#### Defined in
#### Defined in
[
Embedding.ts:22
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/Embedding.ts#L22
)
[
Embedding.ts:22
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/Embedding.ts#L22
)
__
_
__
_
...
@@ -888,7 +926,7 @@ ___
...
@@ -888,7 +926,7 @@ ___
#### Defined in
#### Defined in
[
storage/StorageContext.ts:28
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/storage/StorageContext.ts#L28
)
[
storage/StorageContext.ts:28
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/storage/StorageContext.ts#L28
)
__
_
__
_
...
@@ -911,4 +949,4 @@ Recursively traverses a directory and yields all the paths to the files in it.
...
@@ -911,4 +949,4 @@ Recursively traverses a directory and yields all the paths to the files in it.
#### Defined in
#### Defined in
[
storage/FileSystem.ts:91
](
https://github.com/run-llama/
l
lama
script/blob/6ea89d
b/packages/core/src/storage/FileSystem.ts#L91
)
[
storage/FileSystem.ts:91
](
https://github.com/run-llama/
L
lama
IndexTS/blob/07c5ae
b/packages/core/src/storage/FileSystem.ts#L91
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment