Skip to content

Commit 2297e09

Browse files
committed
[version bump] 1.0.1
- doc updates - add helm chart - summarization bug fix with llama3.1 8b [commit: a3a980c]
1 parent a028baa commit 2297e09

File tree

16 files changed

+462
-87
lines changed

16 files changed

+462
-87
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ See the License for the specific language governing permissions and
1515
limitations under the License.
1616
-->
1717

18-
Refer to the [Contributing to CA RAG](./docs/source/contributing.md) guide.
18+
Refer to the [Contributing to CA-RAG](./docs/source/contributing.md) guide.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ response = requests.post(
296296

297297
chat_data = {
298298
"model": "meta/llama-3.1-70b-instruct",
299-
"base_url": "https://integrate.api.nvidia.com/v1",
300299
"messages": [{"role": "user", "content": "Who mentioned the fire?"}],
301300
"uuid": "1"
302301
}

data/configs/cot.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,8 @@ functions:
101101
image: true
102102
top_k: 10
103103
tools:
104-
llm: nvidia_llm
104+
llm: openai_llm
105105
db: graph_db
106-
vlm: openai_llm
107106
image_fetcher: image_fetcher
108107

109108
context_manager:

0 commit comments

Comments
 (0)