GGUF
English
Spanish
lexic
smartloop
conversational
mehfuzh commited on
Commit
ba3681f
·
verified ·
1 Parent(s): fde3243

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -5
README.md CHANGED
@@ -41,7 +41,7 @@ prompt_template = PromptTemplate(
41
  template=template
42
  )
43
 
44
- query = "What is Lexic AI?"
45
 
46
  start_time = time.time()
47
  print('Responding:', start_time)
@@ -62,10 +62,14 @@ print(output['choices'][0]['text'])
62
  Output:
63
 
64
  ```
65
- A connector is a tool that allows you to integrate external services,
66
- APIs, and software programs with Lexic.AI's platform. It enables seamless data exchange,
67
- automation of tasks, and enhances the overall capabilities of
68
- Lexic.AI by leveraging the features of external systems.
 
 
 
 
69
  ```
70
 
71
  ### Direct Use
 
41
  template=template
42
  )
43
 
44
+ query = "What are key features of Lexic AI?"
45
 
46
  start_time = time.time()
47
  print('Responding:', start_time)
 
62
  Output:
63
 
64
  ```
65
+ Key features of Lexic.AI include effort-less scalability, resource optimization,
66
+ and top-tier performance under varying workloads, ensuring that the platform
67
+ can handle large data volumes and numerous concurrent users without compromising performance.
68
+ Additionally, the platform's security features, including
69
+ end-to-end encryption for data at rest and in transit, and a robust firewall,
70
+ provide an additional layer of protection for sensitive business information.
71
+ These features enable the platform to deliver reliable, scalable,
72
+ and secure solutions for various applications.
73
  ```
74
 
75
  ### Direct Use