Merge branch 'dev' into login

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-08-28 20:34:08 +00:00 committed by GitHub
commit c9fef26981
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -6,7 +6,7 @@ from langchain.schema import Document
from langchain.vectorstores.base import VectorStore
from langchain.schema import BaseRetriever
from langchain.embeddings.base import Embeddings
import chromadb
import chromadb # type: ignore
class ChromaComponent(CustomComponent):

View file

@ -40,7 +40,6 @@ export default function CodeAreaModal({
if (dynamic && Object.keys(nodeClass!.template).length > 2) {
return;
}
if (!isTweakPage) processCode();
}, []);
function processNonDynamicField() {