* Add ChatBot and basic DefaultChatBot * Add streaming ChatBot support. * Add Evaluator interface and RelevancyEvaluator implementation * Add Content data type abstraction for Document and Message * Renaming and package refactoring * update .gitignore to allow node package name * Add List<Media> to node and move ai.transformer package to ai.prompt.transformer * Add Short/Long term memory support. * Add mixing transformers support Docs TBD
41 lines
399 B
Plaintext
41 lines
399 B
Plaintext
target
|
|
.classpath
|
|
.project
|
|
.settings
|
|
bin
|
|
build.log
|
|
integration-repo
|
|
ivy-cache
|
|
spring-build
|
|
derby-home
|
|
derbydb
|
|
derby.log
|
|
com.springsource.sts.config.flow.prefs
|
|
s3.properties
|
|
.idea
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.*.swp
|
|
.DS_Store
|
|
.springBeans
|
|
build
|
|
.gradle
|
|
out
|
|
|
|
/.gradletasknamecache
|
|
**/*.flattened-pom.xml
|
|
|
|
vscode
|
|
settings.json
|
|
|
|
node
|
|
node_modules
|
|
package-lock.json
|
|
package.json
|
|
.vscode
|
|
.antlr
|
|
|
|
shell.log
|
|
|
|
.profiler |