berkedilekoglu
berkedilekoglu
**_BUG:_** The output_parser of conversational_chat agent has a parse function that tries to split LLM output string for parsing and extracting "action" and "action_input": ``` class ConvoOutputParser(AgentOutputParser): def get_format_instructions(self) ->...
# Scores in Vectorestores' Docs Are Explained Following vectorestores can return scores with similar documents by using `similarity_search_with_score`: - chroma - docarray_hnsw - docarray_in_memory - faiss - myscale - qdrant...
I'm using Blosum62 and NLF encoders. However for an amino acid sequence 'GILKDYPHSAFTLEKKVIKTEPEDSRXXXXX' NLF encoder gives a key error. `KeyError: 'X'` I know the meaning of the error: the letter...