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(chatComponent): replace checkInputAndOutput with hasIO in relevant places
fix(flowStore): remove checkInputAndOutput function and replace it with hasIO property
fix(flowStore): update inputIds, outputIds, inputTypes, and outputTypes when resetting or setting nodes to reflect changes in inputs and outputs
fix(flowStore): update hasIO property based on the presence of inputs and outputs in nodes
fix(flowStore): remove getOutputs and getInputs functions and replace them with getInputsAndOutputs utility function
fix(flowStore): update inputIds, outputIds, inputTypes, and outputTypes when resetting or setting nodes to reflect changes in inputs and outputs
fix(flowStore): update hasIO property based on the presence of inputs and outputs in nodes
fix(flowStore): remove getOutputs and getInputs functions and replace them with getInputsAndOutputs utility function
fix(flowStore): remove unused imports in flowStore type definition file
feat(chatComponent): add dynamic rendering of BuildTrigger component based on checkInputAndOutput value
fix(chatComponent): update showTrigger state when nodes change to reflect changes in checkInputAndOutput value