chore(AZLyricsLoader.py): reorder imports to improve readability and maintain consistency
chore(AirbyteJSONLoader.py): reorder imports to improve readability and maintain consistency
chore(CoNLLULoader.py): add import for List from typing module to fix type hinting
chore(CollegeConfidentialLoader.py): add import for List from typing module to fix type hinting
chore(EverNoteLoader.py): reorder imports to improve readability and maintain consistency
chore(FacebookChatLoader.py): add import for List from typing module to fix type hinting
chore(GitbookLoader.py): reorder imports to improve readability and maintain consistency
chore(HNLoader.py): add import for List from typing module to fix type hinting
chore(IMSDbLoader.py): add import for List from typing module to fix type hinting
chore(TextLoader.py): reorder imports to improve readability and maintain consistency
chore(CohereEmbeddings.py): change default value of cohere_api_key parameter to an empty string
chore(OpenAIEmbeddings.py): change default values of allowed_special, disallowed_special, chunk_size, embedding_ctx_length, max_retries, show_progress_bar, skip_empty, and tikToken_enable parameters to their respective types
feat(llms): Add support for using process.env.PORT environment variable to configure server port
fix(llms): Fix incorrect default value for model_kwargs parameter in AnthropicComponent
fix(llms): Fix incorrect default value for model_kwargs parameter in ChatAnthropicComponent
fix(llms): Fix incorrect default value for model_kwargs parameter in ChatOpenAIComponent
fix(llms): Fix incorrect default value for model_kwargs parameter in ChatVertexAIComponent
fix(llms): Fix incorrect default value for model_kwargs parameter in CohereComponent
fix(llms): Fix incorrect default value for model_kwargs parameter in LlamaCppComponent
fix(llms): Fix incorrect default value for model_kwargs parameter in VertexAIComponent
fix(utilities): Fix incorrect default value for k parameter in BingSearchAPIWrapperComponent
fix(vectorstores): Fix missing required documents parameter in FAISSComponent
fix(vectorstores): Fix missing required documents parameter in PineconeComponent
fix(vectorstores): Fix missing required documents parameter in QdrantComponent
fix(vectorstores): change optional List[Document] parameters to required List[Document] in FAISS.py, Pinecone.py, Qdrant.py, and SupabaseVectorStore.py to improve consistency and avoid potential NoneType errors
fix(EditNodeModal): update id and data-testid for textarea component to use the name of the template parameter instead of index
fix(promptModalComponent.spec): update data-testid for textarea components to use the name of the prompt instead of index
fix(group.spec): update data-testid for textarea component to use a more descriptive name instead of index
fix(saveComponents.spec): update data-testid for textarea component to use a more descriptive name instead of index
feat(GenericNode): add isMinimized state to control the display of components when the node is minimized
fix(nodeToolbarComponent): set isMinimized state based on showNode prop to control the display of components when the node is minimized
feat(sideBarDraggableComponent): add support for download option in select content
feat(sideBarDraggableComponent): add support for delete option in select content for non-official items
feat(App.tsx): add cleanup function to clean up flow state when component unmounts
feat(PageComponent/index.tsx): add cleanFlow function to reset flow state when component unmounts
fix(PageComponent/index.tsx): fix bug where newEdges were not being set correctly in onConnect function
fix(PageComponent/index.tsx): remove unnecessary dependencies from onConnect function
fix(PageComponent/index.tsx): fix bug where setEdges was not returning the newEdges array correctly
feat(flowStore.ts): add cleanFlow function to reset flow state to initial values
feat(flowStore.ts): add cleanFlow function to reset flow state to initial values in flowStore type
This pull request adds primary key and unique constraints to the user, apikey, and flow tables in the database schema. This ensures data integrity and improves database performance.