Skip to content

Commit

Permalink
clean-up smart chunks and add style for new smart chat
Browse files Browse the repository at this point in the history
  • Loading branch information
brianpetro committed Oct 28, 2024
1 parent f1254fd commit 5df6b2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/smart_env.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import {
import { SourceAdapter } from "smart-sources/adapters/_adapter.js";
import { MarkdownSourceAdapter } from "smart-sources/adapters/markdown.js";
import { SmartCollectionMultiFileDataAdapter } from "smart-collections/adapters/multi_file";
import { SmartChunks } from 'smart-chunks/smart_chunks.js';
import { SmartEmbedModel } from "smart-embed-model";
import { SmartEmbedOpenAIAdapter } from "smart-embed-model/adapters/openai.js";
import { SmartEmbedTransformersIframeAdapter } from "smart-embed-model/adapters/transformers_iframe.js";
Expand Down Expand Up @@ -65,7 +64,6 @@ export const smart_env_config = {
openai: SmartEmbedOpenAIAdapter,
},
},
smart_chunks: SmartChunks,
smart_fs: {
class: SmartFs,
adapter: SmartFsObsidianAdapter,
Expand Down
1 change: 1 addition & 0 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ div[data-type^="smart-connections-"] {
width: 100%;
overflow: hidden;
user-select: text;
overflow-y: auto;
}
.sc-message-container {
border: 1px solid var(--divider-color);
Expand Down

0 comments on commit 5df6b2f

Please sign in to comment.