Results 5 issues of ZJQ

## Bug Report I create RedisBatchQuery with BatchExecutor API. I use the redisBatchQuery to sync lots of id to redis. but it will happend NPE Occasionally (at redisBatchQuery.flush() method). After...

status: waiting-for-feedback

I want pass "chat_history" to the agents like : ```python ... agent = initialize_agent(tools, llm, agent=AgentType.OPENAI_FUNCTIONS, verbose=True) response = agent.run({"input": {"chat_history": _message_to_tuple(history), "question": query}}) ``` but got an error. how...

auto:question

## Bug Report **Description**: [Description of the issue] **Expected behavior**: [What should happen] **Current behavior**: [What happpens instead of the expected behavior] **Steps to Reproduce**: 1. [First Step] 2. [Second...

enhancement

code file:spawner.py code: ```python image_pull_policy = Unicode( 'IfNotPresent', config=True, help=""" The image pull policy of the docker container specified in `image`. Defaults to `IfNotPresent` which causes the Kubelet to NOT...

bug

i find rawEdges join in indexingGraph the result is not right. the node2id used in first join and second join is not same! I think there should be cache the...